<aside>
✅ Option A — Pigment CSS & @pigment-css
: Having a space between the name and the prefix is consistent with our other products (i.e., Material UI, Base UI, Joy UI, MUI X). And there’s a community convention to represent this space with a -
regarding the npm package name. Option A seems to be the one that complies the most with those requirements.
</aside>
How to name the npm package consistently?
npm package name convention: https://stackoverflow.com/questions/51190977/naming-conventions-for-npm-module-name
https://github.com/mui/material-ui/pull/41317
‣
@pigment-css
or @pigmentcss
https://github.com/mui/pigment-css
import { keyframes, styled } from '@pigment-css/react';
@mui/x-date-pickers
)