Carbon Design System add-on for Bluemix products.
npm install carbon-addons-bluemixcarbon-addons-bluemix
> Carbon Design System add-on for Bluemix products. The component library gives
> developers a collection of re-usable HTML and SCSS partials for building their
> products.
You can install carbon-addons-bluemix with either npm or yarn by doing:
``bash`
npm install carbon-addons-bluemix --savewith yarn
yarn add carbon-addons-bluemix
In addition, if you're not currently including carbon-components in yourcarbon-components
project, you'll also have to add it as a peer dependency. You can install in a similar way as above by doing:
`bash`
npm install carbon-components --savewith yarn
yarn add carbon-components
- See our documentation site here
for full how-to docs and guidelines
- Contributing: Guidelines for making contributions to
this repo.
- Also check out the examples in the examples` directory for more information
on integrating it with common build tools