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

0.0.52 • Public • Published

A React Components Libary

安装

 yarn add cuted
 npm i cuted

使用

这里有一个简单的示例:

import { Button } from 'cuted';
import 'cuted/style/cuted.css'; //全局注入样式

function App() {
  return <Button type="primary">Hello World</Button>;
}

Readme

Keywords

none

Package Sidebar

Install

npm i cuted

Weekly Downloads

0

Version

0.0.52

License

none

Unpacked Size

180 kB

Total Files

23

Last publish

Collaborators

  • klsakura