Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 519 Bytes

ihateui

It is a responsive ui kit for react developers

NPM JavaScript Style Guide

Install

npm install ihateui

Usage

import React from 'react'
import {MyComponent} from 'ihateui'

export default function App(){
return (
<>
<MyComponent/>
</>
)
}

## License

MIT © [kumard3](https://github.com/kumard3)