Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ or maybe you wish to use NPM...
```bash
npm install node-snackbar
```

you can also use a CDN and just include this in your code...

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/snackbar.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/snackbar.min.css">
```

and if that doesn't float you, you can always download the CSS and JS files...
```html
<script type="text/javascript" src="dist/snackbar.min.js"></script>
Expand Down