@geezee/react-ui
Version:
Modern and minimalist React UI library.
41 lines (26 loc) • 878 B
Markdown
<p align="center" height="370">
<img align="center" height="370" src="https://user-images.githubusercontent.com/11304944/76085431-fd036480-5fec-11ea-8412-9e581425344a.png">
</p>
<p align="center">
<img alt="npm (scoped)" src="https://img.shields.io/npm/v/@geezee/react-ui?style=for-the-badge&labelColor=000000">
</p>
> Modern and minimalist React UI library, originating from Vercel's design.
<br/>
## Quick Start
1. run `yarn add @geezee/react-ui` or `npm i @geezee/react-ui` install it.
2. import into project:
```jsx
import { CfxProvider, CssBaseline } from '@geezee/react-ui'
const Application = () => (
<CfxProvider>
<CssBaseline /> // ---> normalize styles
<AppComponent /> // ---> Your App Component
</CfxProvider>
)
```
<br/>
## Development
- [Add issue here](https://github.com/GeeZee-iT/react-ui/issues/new)
<br/>
## LICENSE
[MIT](./LICENSE)