@mielo-ui/mielo-react
Version:
React components & wrappers around mielo.css framework.
67 lines (44 loc) • 1.21 kB
Markdown
React components & wrappers around mielo.css framework.


Mielo is constantly in development! Try it out now:
```sh
npm install @mielo-ui/mielo @mielo-ui/mielo-react
```
**or**
```sh
npm install @mielo-ui/mielo @mielo-ui/mielo-react
```
After installation, you can import the CSS file into your project using this snippet:
```sh
@import 'mielo/css/mielo.css'
```
And usage react components like
``` typescript
import * as Mie from "@mielo-ui/mielo-react"
<Mie.Button label="Success" accent="success" />
```
Mielo is compatible with **recent** versions of:
- Chrome
- Edge
- Firefox
- Opera
- Safari
Internet Explorer is not supported.
Browse the [online documentation here.](https://mielo-ui.github.io/)
For build library from source:
``` sh
git clone https://github.com/mielo-ui/mielo-react
cd mielo-react
npm install
npm run fmt
npm build
```