react-components-antd
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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.

Package Sidebar

Install

npm i react-components-antd

Homepage

ant.design/

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

579 kB

Total Files

114

Last publish

Collaborators

  • kunkkaliu