0.1.0 • Published 7 years ago

raadhoosh-components v0.1.0

Weekly downloads
6
License
-
Repository
-
Last release
7 years ago

This project is the "Raadhossh Components" project.

##Steps: ###1- Creating the project using CRA create-react-app raadhoosh-components ###2- Adding the "styled-components" yarn add styled-components

styled-components Homepage

styled-components is a JavaScript library for styling React applications. It removes the mapping between styles and components, and lets you write actual CSS augmented with JavaScript.

Adding the Storybook:

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.

https://storybook.js.org/

npm i -g @storybook/cli

cd my-react-app

getstorybook

For running the storybook:

yarn storybook

Storybook started on => http://localhost:9009/

RHLoaders

We have used the following link for creating the RHLoaders:

https://github.com/LucasBassetti/react-css-loaders