UNPKG

tp-react-elemental

Version:
57 lines (38 loc) 940 B
#My React components [![Build Status](https://travis-ci.org/tungpt247/tp-react-elemental.svg?branch=master)](https://travis-ci.org/tp-react-elemental) [![Coverage Status](https://coveralls.io/repos/github/tp-react-elemental/badge.svg?branch=master)](https://coveralls.io/github/tp-react-elemental?branch=master) React & CSS framework Currently under development. ##Installation ``` npm install -S tp-react-elemental ``` Import the components you need, example: ``` import {Alert} from 'tp-react-elemental' ``` ##About the project This library contains UI components ##Documentation This library contains the following components: * Alert * Pagination * Progress * Card * ... ##Development Install dependencies: ``` npm install ``` Run examples at [http://localhost:3000](http://localhost:3000) with webpack dev server ``` npm start ``` Run tests & coverage report: ``` npm test ``` Watch tests: ``` npm run test-watch ```