trans-ui
v0.0.8
Published
A React UI components for the web
Downloads
3
Maintainers
Readme
✨ Features
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
❗️Prerequisites
- react >= 16.8.0
📦 Install
npm install trans-ui
yarn add trans-ui
🔨 Usage
import style manually:
import 'trans-ui/lib/index.css';
use:
import { Button } from 'tran-ui';
ReactDOM.render(<Button />, mountNode);
🔗 Links
👨 Author
- Github: @liushuangls
🌟 Show your support
Give a ⭐️ if this project helped you!