React components for the IBM Cloud Add-on
Run the following command using npm:
npm install -S carbon-components carbon-components-react carbon-addons-cloud carbon-addons-cloud-react carbon-icons
If you prefer Yarn, use the following command instead:
yarn add carbon-components carbon-components-react carbon-addons-cloud carbon-addons-cloud-react carbon-icons
You can then import any component that you need by doing the following in your project:
import { OrderSummary } from 'carbon-addons-cloud-react';
For styling and other information, make sure to check out carbon-addons-cloud
.
You can find more information about how to use each Component by checking out our Storybook.
Please check out our Contribution Guidelines for more info on how you can help out!