UNPKG

react-ui-themes-superflows

Version:
31 lines (20 loc) 713 B
# react-ui-themes-superflows > UI color themes for superflows UI toolkit [![NPM](https://img.shields.io/npm/v/react-ui-themes-superflows.svg)](https://www.npmjs.com/package/react-ui-themes-superflows) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)