0.0.7 • Published 9 years ago
react-reflat v0.0.7
ReFlat
ReFlat is a simple UI framework for React.js
Installation
npm install --save reflat
Create React App
Add these lines to src/index.js:
import 'reflat/extra/reflat.min.css';Usage
import { Button } from 'reflat';
<Button
  title="Button"
  color="blue"
  className="btn"
  onClick={() => {}}
/>A listing of available components, as well as specific usage information coming soon.
License
MIT, see LICENSE.md for details.