diff --git a/README.md b/Slight updates to README.md similarity index 88% rename from README.md rename to Slight updates to README.md index 112780f..d869478 100644 --- a/README.md +++ b/Slight updates to README.md @@ -1,4 +1,4 @@ -# Rivet branding components for IUL +## Rivet branding components for IUL ### Lightweight set of assets adapted from IU's Rivet Design System to install up-to-date branding in IUL open source projects. #### Installation @@ -7,13 +7,15 @@ - Add Rivet javascript to your code (usually just before the closing "body" tag). Be sure to include 'Rivet.init' as shown. ``` - + -``` +``` + - For an interactive view of Rivet components, see the components library https://rivet.iu.edu/components/ - Header https://rivet.iu.edu/components/header/ - Footer https://rivet.iu.edu/components/footer/ - Card https://rivet.iu.edu/components/card/ +- Tabs https://rivet.iu.edu/components/tabs/, includes tabs-specific js. #### Fonts - UPDATE: each stylesheet includes IU spec fonts @@ -37,6 +39,7 @@ NPM package at https://www.npmjs.com/package/rivet-core // card.css compiled from @use 'card'; @use 'grid'; + ``` #### Source