0.3.1 • Published 7 years ago

react-flat v0.3.1

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

npm version Build Status

React Flat is a set of UI components made with and for React, mixing Google's Material Design and Flat Design.

Here you can see examples and how to get started

Installation

React Flat can be installed as an npm package:

$ npm install --save react-flat

Usage

Here is a quick example to get you started:

import React from 'react';
import ReactDOM from 'react-dom';
import Badge from 'react-flat/Badge';

function App() {
  return (
    <Badge icon="thumb_up" text="It works!" theme="green" />
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

License

This project is licensed under the terms of the MIT license