0.0.5 • Published 2 years ago

@consid/sitevision-component-library v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Sitevision component library

A react component library with different types of react components.

Getting started

Install the project

npm i @consid/sitevision-component-library

Import component in JS file

import { Button } from '@consid/sitevision-component-library';

const App = ({ }) => {
  return (
    <Button
      backgroundColor="darkblue"
      color="white"
      label="Click me!" />
  );
};

Live demo in Storybook

Link to live demo site

Available Scripts

Build the library

npm run rollup

Publish the library

npm publish --access public

Run tests

npm run test

Run storybook locally

npm run storybook

Build storybook

npm run build-storybook

Publish Github Pages of Storybook

npm run deploy-storybook

Authors

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago