1.0.5 • Published 2 years ago

super21cake v1.0.5

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

21cake 公司组件库

📦 Install

npm install super21cake
yarn add super21cake

🔨 Usage

import { Button, DatePicker } from 'antd';

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

And import style manually:

import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

TypeScript

antd is written in TypeScript with complete definitions, check Use in TypeScript to get started.