React components library
npm install ha0ran-ui> work in progress
Written in TypeScript with predicable static types
```
npm install ha0ran
`tsx
import { Button } from 'ha0ran-ui';
const App = () => {
<>
>;
};
`
And import style manually:
```
import 'ha0ran-ui/dist/index.css'
- Button
- Icon
- Alert
- Input
- AutoComplete
- Menu
- Tab
- Upload
- Progress
- Transition
- Header