Once you get Sass up and running in your project, configure Sass to include
node_modules in its includePaths option. For more information, checkout the
configuration section in our Sass docs.
To include the styles for a specific component, you can either import all the
styles from the project or include the styles for a specific component:
// Bring in all the styles for Carbon@use'carbon-components-react';
// Preferred: bring in the styles for one component@use'carbon-components-react/scss/components/button';
For a full list of components available, checkout our
Storybook.
We're always looking for contributors to help us fix bugs, build new features,
or help us improve the project documentation. If you're interested, definitely
check out our Contributing Guide!
This package uses IBM Telemetry to collect metrics data. By installing this
package as a dependency you are agreeing to telemetry collection. To opt out,
see
Opting out of IBM Telemetry data collection.
For more information on the data being collected, please see the
IBM Telemetry documentation.