0.0.5 • Published 3 years ago

react-components-archive v0.0.5

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

React Components Archive

A react component library with differnt types of react components.

Getting started

Install the project

npm i react-components-archive

Import component in JS file

import { Button } from 'react-components-archive';

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
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago