@cimpress/react-components
Advanced tools
Comparing version 2.1.7 to 2.1.8
{ | ||
"name": "@cimpress/react-components", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "React components to support the MCP styleguide", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -56,10 +56,4 @@ # MCP MEX React Components | ||
Make sure you've included the [stylesheet](https://static.ux.cimpress.io/mcp-ux-css/latest/index.html) links in your index.html: | ||
Make sure you've included the [stylesheet](https://static.ux.cimpress.io/mcp-ux-css/1.3/development/index.html) links in your index.html, or check out the [CssLoader](https://static.ux.cimpress.io/react-components/latest/index.html#Css%20Loader) component if you'd like to be kept up-to-date automatically. | ||
``` | ||
<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: | ||
@@ -66,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
274266
65