1.0.9 • Published 3 years ago

4leaf-antd v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

📦 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'