plutono-ui 7.5.33
Install from the command line:
Learn more about npm packages
$ npm install @credativ/plutono-ui@7.5.33
Install via package.json:
"@credativ/plutono-ui": "7.5.33"
About this version
@credativ/plutono-ui is currently in BETA.
@credativ/plutono-ui is a collection of components used by Plutono
Our goal is to deliver Plutono's common UI elements for plugins developers and contributors.
See package source for more details.
yarn add @credativ/plutono-ui
npm install @credativ/plutono-ui
For development purposes we suggest using yarn link
that will create symlink to @credativ/plutono-ui lib. To do so navigate to packages/plutono-ui
and run yarn link
. Then, navigate to your project and run yarn link @credativ/plutono-ui
to use the linked version of the lib. To unlink follow the same procedure, but use yarn unlink
instead.
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.