Socket
Socket
Sign inDemoInstall

linn-form-components-library

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    linn-form-components-library

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


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

React Component Library

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

Usage

To install:

npm i linn-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, build the npm package:

npm run build

and publish it:

npm publish --access public

to publish the changes to npm. (n.b. if this is your first time, you'll need to make an npm account and request contribution permissions for this package.)

FAQs

Last updated on 12 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc