kylin-design
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

kylin-design

仿照antd,使用ts+react打造自己的组件库

安装

npm i kylin-design -S

使用

// 引入组件
import { Button } from 'kylin-design';
// 引入组件样式
import 'kylin-design/dist/index.css';

function App() {
  return (
    <div className="App">
      <Button btnType="primary">bbbbb</Button>
    </div>
  );
}

export default App;

Package Sidebar

Install

npm i kylin-design

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

20.2 kB

Total Files

11

Last publish

Collaborators

  • kylin93