0.0.7 • Published 7 years ago

react-reflat v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago