@breathecode/ui-components
v1.1.78
Published
Collection of usefull components for react.js applications around the BreatheCode ecosystem
Downloads
71
Readme
This is the main UI Library used in all BreatheCode interfaces based on react. Click here to see the live demo
Note: This is a very early development library, please help us debug it.
Philosophy
The BreatheCode UX is based on Markdown, it relays heavily on typography to create a neat experience but with a very minimalis approach.
Instalation
- Install using npm
$ npm i @breathecode/ui-components --save- Import any component that you want to use
import { Panel, DropLink } from '@breathecode/ui-components';Click here to see the live demo
