react-ui-themes-superflows
v1.0.19
Published
UI color themes for superflows UI toolkit
Downloads
622
Maintainers
Readme
react-ui-themes-superflows
UI color themes for superflows UI toolkit
Install
npm install --save react-ui-themes-superflows
Usage
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