2.2.1 • Published 2 years ago

@vmc-react-js/storybook-react-library v2.2.1

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

Ready-to-use practical and useful react components powered by:

Installation

npm i -S @vmc-react-js/storybook-react-library

Usage

Include the packages styles in your js entrypoint (like index.js):

import '@vmc-react-js/storybook-react-library/dist/main.css';

And use the package in your component:

import { Button } from '@vmc-react-js/storybook-react-library';

const MyComponent = () => {
  <Button label='Button' />
}

Features

This packages comes with the following features:

  • Although this package is implemented with js, it provides a types definition out of the box in order to provide vscode intellisense.
  • This package works with the free version of font-awesome 6 (webfonts/styles) out of the box ready to use when installed.
  • This is developed with storybook so the current repository is a functional storybook project for continuing incrementing the library components.
  • This project uses github-actions for continuing deploying.
1.1.0

2 years ago

2.2.1

2 years ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago