7.4.73 • Published 3 months ago

@grafarg/ui v7.4.73

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Grafarg UI components library

@grafarg/ui is currently in BETA.

@grafarg/ui is a collection of components used by Grafarg

Our goal is to deliver Grafarg's common UI elements for plugins developers and contributors.

See package source for more details.

Installation

yarn add @grafarg/ui

npm install @grafarg/ui

Development

For development purposes we suggest using yarn link that will create symlink to @grafarg/ui lib. To do so navigate to packages/grafarg-ui and run yarn link. Then, navigate to your project and run yarn link @grafarg/ui to use the linked version of the lib. To unlink follow the same procedure, but use yarn unlink instead.

Storybook 6.x migration

We've upgraded Storybook to version 6 and with that we will convert to using controls instead of knobs for manipulating components. Controls will not require as much coding as knobs do. Please refer to the storybook style-guide for further information.