frost-web-components v0.8.5
Introduction
React component library created for Frost frontend coding test
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^16andreact-dom^16are required for the library to function properly- Your project should have support for SCSS
Installation
yarn add frost-web-componentsUsage
Example of importing the Button component
import { Button } from 'frost-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
yarnTo start project
yarn start-storybookTo Build storybook
yarn build4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago