It is a responsive ui kit for react developers
npm install ihateuiimport React from 'react'
import {MyComponent} from 'ihateui'
export default function App(){
return (
<>
<MyComponent/>
</>
)
}
## License
MIT © [kumard3](https://github.com/kumard3)