# @macrow/react-aliplayer

> React component wrapper for aliplayer.

Latest version **0.3.5** (published 2020-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @macrow/react-aliplayer
pnpm add @macrow/react-aliplayer
yarn add @macrow/react-aliplayer
bun add @macrow/react-aliplayer
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.5 |
| Published | 2020-08-28 |
| First published | 2020-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10.9.0 |
| Dependencies | 0 |
| Unpacked size | 51.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Macrow |
| Maintainers | macrow |

## Links

- npm: https://www.npmjs.com/package/@macrow/react-aliplayer
- Repository: https://github.com/macrow/react-aliplayer
- Homepage: https://github.com/macrow/react-aliplayer#readme
- Issues: https://github.com/macrow/react-aliplayer/issues
- npm.io page: https://npm.io/package/@macrow/react-aliplayer

## Recent versions

- 0.3.5 (latest) — 2020-08-28
- 0.3.3 — 2020-06-23
- 0.3.2 — 2020-06-23

## README

<h1 align="center"> React AliPlayer </h1>

React component wrapper for aliplayer.

## 🏗 安装

```sh
# npm 安装
npm install --save @pansy/react-aliplayer

# yarn 安装
yarn add @pansy/react-aliplayer
```

## 🔨 使用

```tsx
import React, { FC } from 'react';
import Player from '@pansy/react-aliplayer';

const Example: FC = () => {
  return (
    <div style={{ height: 500 }}>
      <Player
        source="//vjs.zencdn.net/v/oceans.mp4"
      />
    </div>
  );
};

export default Example;
```

---
_Source: https://npm.io/package/@macrow/react-aliplayer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
