![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@cimpress/react-components
Advanced tools
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.
npm install
npm start
and navigate to localhost:8080 in your browser.Components lined up and coming soon...
You can install this package from NPM under the name @cimpress/react-components
, like so:
npm install @cimpress/react-components
Make sure you've included the stylesheet links in your index.html:
<link rel="stylesheet" href="https://static.ux.cimpress.io/mcp-ux-css/latest/css/mcp-ux-css.min.css" charset="utf-8" type="text/css"/>
<link rel="stylesheet" href="//cloud.typography.com/7971714/6011752/css/fonts.css" type="text/css" />
<script src="https://use.fontawesome.com/a1df440eb7.js"></script>
To reduce bundle size, import only the component you want, for example:
import Header from '@cimpress/react-components/lib/Header';
A sample page with documentation for all components is available here.
FAQs
React components to support the MCP styleguide
We found that @cimpress/react-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.