A set of React components follow the Bigbom Design System
Write about 1-2 paragraphs describing the purpose of your project.
- NodeJS: >= 8.3.0
For using Bigbom React UI Components library, try to install it first
npm install bigbom-react-ui
Then import styles and components
import React from 'react';
import ReactDOM from 'react-dom';
import 'bigbom-react-ui/dist/bigbom-react-ui.css';
import { Text } from 'bigbom-react-ui';
ReactDOM.render(<Text>This is an example</Text>);
For development
npm run dev
For build distribution
npm run build
We must run all the tests before publishing to NPM
npm run test
npm run lint
npm publish
- React - React
- Rollup - RollupJS
- Styleguidist - React Styleguidist
- Jest - Jest Testing Framework
- @nhanhoangtrong - Fullstack Web Developer
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References