Once you get Sass up and running in your project, you may need to configure Sass
to include node_modules in its includePaths option. For more information,
checkout the configuration section in
our Sass docs.
There is an ongoing project to add *.d.ts files to @carbon/react. Though not
all components have yet been typed, you can still use the project successfully
in a TypeScript setting, provided you amend to your tsconfig.json or
equivalent configuration file. Include the skipLibCheck: true compiler option:
{ "compilerOptions": { "skipLibCheck": true }}
To track the progress of TypeScript adoption, check out:
The @carbon/react package also provides icon components that you can include
in your project. You can import these icon components from the
@carbon/react/icons entrypoint:
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 de-identified and anonymized 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.