4leaf-antd
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

📦 Install

npm install 4leaf-antd
yarn add 4leaf-antd

🔨 Usage

import { Button, DatePicker } from '4leaf-antd';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

And import style manually:

import '4leaf-antd/dist/antd.css'; // or 'antd/dist/antd.less'

Package Sidebar

Install

npm i 4leaf-antd

Weekly Downloads

9

Version

1.0.9

License

MIT

Unpacked Size

42.5 MB

Total Files

3125

Last publish

Collaborators

  • seojaewan