@coderbox/ui
v1.1.7
Published
React Components used at @Coderbox
Downloads
79
Readme
Introduction
coderbox-ui
is a collection of REACT components used to develop the application at Coderbox
Installation
npm install @coderbox/ui --save
yarn add @coderbox/ui
Works with browserify and should work with webpack.
Demo
For code example check .stories.js
files from each component.
Components List
- [x] Avatar
- [x] CompanyProfile
- [x] DateRange
- [x] DaysAgo
- [x] Item
- [x] JobHeader
- [x] JobItem
- [x] Location
- [x] Markdown
- [x] Tags
- [x] Timeline
- [x] TimelineRow
- [ ] UserProfile
Build
npm run build