0.0.9 • Published 12 months ago

@qite/website-component-library v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Storybook

Node

This project is initialy build with nvm version 18.12.1

Starting Storybook

To start Storybook, run the following command: npm run storybook

Components

Creating a New Component

  • Using CLI: Execute the command: npx generate-react-cli component Card. Note: This will create a SCSS file named Card.module.scss. Please rename it to Card.scss by removing the ".module".
  • Manual Method: Copy the entire folder of an existing component and rename it as needed.
  • Always add the new component to the index.js

Conventions

SCSS files must not have ".module" in their names. Storybook does not load these files correctly if ".module" is included.

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

1.0.0

12 months ago