@asth/ui
v0.0.19
Published
A React Component Library. Uses TypeScript, Fast, Just Practise.
Readme
🚀 Todo
- [ ] Setting up a testing environment
- [ ] Write usage documentation
- [ ] Setting up a testing environment
- [ ] Implement Continuous Integration (CI) and Continuous Deployment (CD)
- [ ] Support theme customization
Documentation
✨ Features
📦 Install
npm i @asth/ui🔨 Usage
import { Input } from '@asth/ui';
export default () => (
<>
<Input />
</>
);