Introduction
coderbox-components
is a collection of REACT components used to develop the application at Coderbox
Installation
npm install @coderbox/components --save
yarn add @coderbox/components
Works with browserify and should work with webpack.
Demo
For code example check .stories.js
files from each component.
Components List
.
├── Autocomplete #
├── AutocompleteLocation #
├── AutocompleteTags #
├── Avatar #
├── Button #
├── DatePicker #
├── DateRange #
├── Flex #
├── Icon #
├── Logo #
├── Form #
├── FormItem #
├── Spinner #
├── Tags #
Build
npm run build