Skip to content

Commit

Permalink
Updated README.md for notification type (#99)
Browse files Browse the repository at this point in the history
Added "type" to the "Props" list cause it was missing.
  • Loading branch information
nipeco authored and euvl committed Nov 14, 2018
1 parent b541630 commit 3c902e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ All props are optional.
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| group | String | null | Name of the notification holder, if specified |
| type | String | null | Class that will be assigned to the notification |
| width | Number/String | 300 | Width of notification holder, can be `%`, `px` string or number.<br>Valid values: '100%', '200px', 200 |
| classes | String/Array | 'vue-notification' | List of classes that will be applied to notification element |
| position | String/Array | 'top right' | Part of the screen where notifications will pop out |
Expand Down

0 comments on commit 3c902e0

Please sign in to comment.