1.0.9 • Published 5 years ago
4leaf-antd v1.0.9
📦 Install
npm install 4leaf-antdyarn 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'