UI color themes for superflows UI toolkit
npm install react-ui-themes-superflows> UI color themes for superflows UI toolkit
 
``bash`
npm install --save react-ui-themes-superflows
`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
}
}
``
MIT © superflows-dev