@cimpress/react-components
v16.21.0
Published
React components to support the MCP styleguide
Downloads
21,213
Keywords
Readme
MCP React Components
About
React components to support the MCP UX style guide. Hopefully they make your life easier.
Want to see what's happened lately? Check the changelog for the latest updates. If you're looking for a concise summary of how to update to the latest version, check out the migration document.
Development
- Clone this repo
- Run
npm install
- This project is powered by React and Docusaurus.
- Run
npm start
and navigate to localhost:8080 in your browser.
Usage
You can install this package from NPM under the name @cimpress/react-components
, like so:
npm install @cimpress/react-components
To reduce bundle size, import only the component you want, for example:
import { Alert } from '@cimpress/react-components';
A sample page with documentation for all components is available here.
Semantic Release and Conventional Commits
This project uses Semantic-Release to manage publishing to NPM. In order to adhere to a common standard, the conventional commit standard is used to enable Semantic-Release to publish the appropriate MAJOR, MINOR, or PATCH version according to semvar based on the type
in the commit.