Skip to content

Commit

Permalink
feat: add extra classes option
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Aug 25, 2021
1 parent a3a0a75 commit 4f08fdf
Show file tree
Hide file tree
Showing 3 changed files with 2,625 additions and 21,320 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The plugin comes with the following options:
- `opacity`: The notification's container opacity. Default is `1`.
- `animate`: [See here](#animate). Default is no animations.
- `appendTo`: By default, the notification will be appended to [`document.body`](https://developer.mozilla.org/en-US/docs/Web/API/Document/body). Pass a different [Node](https://developer.mozilla.org/en-US/docs/Web/API/Node) to have it appended else where in the [DOM](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model).

- `extraClasses`: Adds classes for styling the toast notification.
## Install

```
Expand Down

0 comments on commit 4f08fdf

Please sign in to comment.