Skip to content

bigbomio/bigbom-react-ui

Repository files navigation

bigbom-react-ui

Bigbom React UI

Status GitHub Issues GitHub Pull Requests License


A set of React components follow the Bigbom Design System

📝 Table of Contents

🧐 About

Write about 1-2 paragraphs describing the purpose of your project.

🏁 Getting Started

Prerequisites

  • NodeJS: >= 8.3.0

Installing

Using components

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

🔧 Running the tests

We must run all the tests before publishing to NPM

Components Unit-test

npm run test

And coding style tests

npm run lint

🚀 Publish

npm publish

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References

About

A set of React components follow the Bigbom Design System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published