Name | Description | Type | Values | Default |
message | Text or html message for snackbar | String | — | — |
duration | Duration snackbar will remain on screen, optional | Number | — | 3500 |
position | Where the snackbar will show on the screen, optional | String | is-top , is-bottom , is-top-left , is-top-right , is-bottom-left , is-bottom-right
| is-bottom-right |
type | Type (color), optional | String | is-white , is-black , is-light , is-dark , is-primary , is-info , is-success , is-warning , is-danger | is-dark |
background | Background type (any of the Bulma has-background- classes will work), optional | String | has-background-*
| — |