0.0.3 • Published 7 years ago

linn-reusable-react-components-library v0.0.3

Weekly downloads
36
License
-
Repository
-
Last release
7 years ago

React Component Library

React components to be reused across projects presented in a storybook dev enviornment.

Usage

To install:

npm i linn-reusable-react-components-library

You can explore components currently in the project here.

To use components, import them individually like so:

import BackButton from 'linn-reusable-react-components-library';

Development

In the project directory, you can run:

npm run storybook

which runs the storybook dev server.

Make a new branch and add your new components, tests and stories in the relevant directories and view them in storybook. When you are ready to share your new component, add it to the index.js following the existing syntax. Up the version number in package.json and then make a pull request for review.

After merging your new component branch into master, run

npm publish --access public

to publish the changes to npm.

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago