Skip to content

Commit

Permalink
Slight updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rshiggin authored Jun 16, 2023
1 parent 245744e commit 82fd1d8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md → Slight updates to README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
```
<script src="https://unpkg.com/rivet-core@2.3.1/js/rivet.min.js"></script>
<script src="https://unpkg.com/rivet-core@2.4.0/js/rivet.min.js"></script>
<script>Rivet.init();</script>
```
```
- 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
Expand All @@ -37,6 +39,7 @@ NPM package at https://www.npmjs.com/package/rivet-core
// card.css compiled from
@use 'card';
@use 'grid';
```

#### Source
Expand Down

0 comments on commit 82fd1d8

Please sign in to comment.