Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 599 Bytes

README-zh_CN.md

File metadata and controls

32 lines (22 loc) · 599 Bytes

React Components Antd

English | 简体中文

📦 安装

npm install react-components-antd --save
yarn add react-components-antd

🔨 示例

import { Star } from 'react-components-antd';

const App = () => (
  <>
    <Star/><span>姓名</span>
  </>
);

引入样式:

```jsx
import 'react-components-antd/dist/react-components-antd.css'; // or 'react-components-antd/dist/react-components-antd.less'

你也可以使用 babel-plugin-import