carbon-addons-bluemix
Advanced tools
Carbon Design System add-on for Bluemix products.
Weekly downloads
Changelog
v0.3.0
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.
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
examples
directory for more information
on integrating it with common build tools