This library is built on top of Material-UI (MUI) and includes a collection of reusable, customizable components designed to be shared across our codebase.
To see all the components in action and explore their usage, check out our Storybook
This package is published in the npm registry as @carto/meridian-ds
.
yarn add @carto/meridian-ds
npm install @carto/meridian-ds
pnpm add @carto/meridian-ds
Notice that to avoid issues within host projects, most of the base libraries are declared as peer dependencies (echarts, material-ui..). That means that you would need to add them explicitly to your project, if you are still not using them (keep an eye on the console warnings on peer dependencies).