0.1.1-alpha-2 • Published 3 years ago

@one-view/components v0.1.1-alpha-2

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

OneView UI Components

Collection of UI component for OneView project.

Storybook: https://deliveryhero.github.io/pd-oneview-ui-library/

Installation

With NPM

$ npm install @one-view/components

With Yarn

$ yarn add @one-view/components

Importing Components

import { Button } from '@one-view/components'

Individual import is also available

import Button from '@one-view/components/lib/Button'

Bootstrapping component

You can quickly bootstrap new component with the following command:

$ npm run bootstrap

Make sure to enter component name is PascalCase.

0.1.1-alpha-2

3 years ago

0.1.1-alpha

3 years ago

0.1.0

3 years ago

0.1.0-alpha

3 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago