@coderbox/ui
v1.1.7
Published
React Components used at @Coderbox
Readme

Introduction
coderbox-ui is a collection of REACT components used to develop the application at Coderbox
Installation
npm install @coderbox/ui --saveyarn add @coderbox/uiWorks 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