Skip to content

kunkkaliu/react-components-antd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

基于ant design进行二次封装的组件库

Resources

License

Stars

Watchers

Forks

Packages

No packages published