1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-30 09:09:56 +02:00

Update README.md

This commit is contained in:
Jordan Scales
2020-04-22 13:05:18 -04:00
committed by GitHub
parent 1dcc7d3e62
commit 4a1338c80d

View File

@@ -34,15 +34,15 @@ The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).
</html>
```
Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html).
Alternatively, you can grab 98.css for [the releases page](https://github.com/jdan/98.css/releases) or [npm](https://www.npmjs.com/package/98.css).
```
npm install 98.css
```
Then reference [`build/98.css`](https://github.com/jdan/98.css/blob/master/build/98.css) however you see fit. Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components.
Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html).
Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components.
### Issues, Contributing, etc.