0.1.6 • Published 9 months ago

siamese-copec-ui v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Siamese - Copec Storybook and NPM package

This project is a Storybook and NPM package for Siamese - Copec.

Storybook

To run the Storybook, run the following command:

npm run storybook

NPM package

To build the NPM package, run the following command:

npm run build:rollup

How to use the NPM package

To use the NPM package, run the following command:

npm install siamese-copec-ui

After installing the package, you need to apply the styles in your project.

import "siamese-copec-ui/dist/types/index.css";

How to use the components

To use the components, you need to import the components in your project.

import { Button } from "siamese-copec-ui";