carbon-addons-bluemix
v0.3.0
Published
Carbon Design System add-on for Bluemix products.
Downloads
190
Readme
carbon-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.
Usage
You can install carbon-addons-bluemix
with either npm
or yarn
by doing:
npm install carbon-addons-bluemix --save
# with yarn
yarn add carbon-addons-bluemix
In addition, if you're not currently including carbon-components
in your
project, you'll also have to add it as a peer dependency. You can install
carbon-components
in a similar way as above by doing:
npm install carbon-components --save
# with yarn
yarn add carbon-components
:books: Documentation
- 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