Skip to content

keikraft/react-flat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flat designed UI components made with and for React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published