Package Exports
- @cerebruminc/cerebellum
- @cerebruminc/cerebellum/lib/cjs/index.cjs
- @cerebruminc/cerebellum/lib/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cerebruminc/cerebellum) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cerebellum
Cerebrum's React Component Library
For information about how to use Cerebellum in your application, please see the Storybook documentation.
Local Development
You can run Storybook locally with
npm start
Testing the production build
Whenever you open a pull request, a production build is created and uploaded to the @cerebruminc/cerebellum
npm package.
The name of this beta package is added as a comment to he pull request, allowing you to test it in your own project.
Codemods
There are some codemods written in jscodeshift
that you can run to update your existing Cerebellum integration. More information can be found in the codemods readme.