ccb-web-components
v1.0.8
Published
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Downloads
4
Readme
Introduction
React storyboook component library created for Conceptboard
Features
- 🚀 Easy to install and use on any of your projects
Purpose
- We can use these components to create one or more applications and these components are reusable.
- Pick the component you want from many components.
- Use this library to enhance existing components and create your new customize components.
Prerequisites
react^16
andreact-dom^16
are required for the library to function properly- Your project should have support for SCSS
Installation
yarn add ccb-web-components
Usage
Example of importing the Button component
import { Button } from 'ccb-web-components';
Component Structure
We have 4 different types of components, used atomic design concept.
Atoms
- Smallest components
- They don't have own states
- Includes Headings, Texts, Icons etc.
Molecules
- Bigger but simple components
- Composed of Atomic components
- Includes Buttons, Containers, etc.
Organisms
Templates
Versioning
We use Semantic Versioning to handle versioning
Storybook
This project has been developed using storybook.
To install node modules
yarn
To start project
yarn start storybook
To Build storybook
yarn build