0.0.7 • Published 10 years ago

react-reflat v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago