react-ui-themes-superflows
Version:
UI color themes for superflows UI toolkit
31 lines (20 loc) • 713 B
Markdown
# react-ui-themes-superflows
> UI color themes for superflows UI toolkit
[](https://www.npmjs.com/package/react-ui-themes-superflows) [](https://standardjs.com)
## Install
```bash
npm install --save react-ui-themes-superflows
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'react-ui-themes-superflows'
import 'react-ui-themes-superflows/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
```
## License
MIT © [superflows-dev](https://github.com/superflows-dev)