1.0.0 • Published 1 year ago

scout-ui-test-1 v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

FRONTEND COMPONENT LIBRARY

This package provides UI components and implements StoryBook based on React 17.0.2

Based on YouTube tutorial

Available Scripts

In the project directory, you can run:

npm install

Install dependencies.

npm run storybook

Launches the StoryBook interface.

Publish a new version

  1. Update package.json version

  2. Log in into npmjs.com (it's required creating an account)

    npm login
  3. Publish version to npmjs.com

    npm publish

Usage

  1. Install package

    npm i front-end-component-library
  2. Use components

    import { Button } from 'front-end-component-library';
    
    <Button type={'success'} />