Skip to content

Commit

Permalink
Updated readme!
Browse files Browse the repository at this point in the history
Updated readme to targetFirst position
  • Loading branch information
emtudo authored Nov 30, 2016
1 parent f5c8c0a commit 75719fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ iziToast.show({
rtl: false,
position: 'bottomRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter, center
target: '',
targetFirst: false,
timeout: 5000,
pauseOnHover: true,
resetOnHover: false,
Expand Down Expand Up @@ -104,6 +105,7 @@ Argument | Default Value | Description
**rtl** | *false* | RTL option
**position** | *'bottomRight'* | Where it will be shown. It can be bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter or center.
**target** | *''* | Fixed place where you want to show the toasts.
**targetFirst** | *false* | Add to first position
**timeout** | *5000* | Amount in milliseconds to close the toast or false to disable.
**pauseOnHover** | *true* | Pause the toast timeout while the cursor is on it.
**resetOnHover** | *false* | Reset the toast timeout while the cursor is on it.
Expand Down Expand Up @@ -225,4 +227,4 @@ document.addEventListener('iziToast-close', function(data){
console.log('test close');
}
});
```
```

0 comments on commit 75719fd

Please sign in to comment.