Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 602 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 602 Bytes

React Components Antd

English | 简体中文

📦 Install

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

🔨 Usage

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

const App = () => (
  <>
    <Star />
    <span>name</span>
  </>
);

And import style manually:

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

Or use babel-plugin-import.