0.0.8 • Published 6 years ago
trans-ui v0.0.8
✨ 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!