tv-toast
This requires Nuxt.js with the Tailwind CSS module.
Quick Setup
- Add the
nuxt-tailvue
dependency to your Nuxt.js project
- Add
nuxt-tailvue
to themodules
section ofnuxt.config.js
- If you're using Purge, add this module to the content section of
tailwind.config.js
Usage
Options
title
- Optional, Default:
false
message
- Required, Default:
Please specify a message
type
- Optional, Default: false
- Acceptable: success, info, danger, warning
timeout
- Allow the toast to timeout in second(s)
- Displays a timeout progress bar
- Optional, Default:
2
primary
- Provide a label and callback for a primary button
- Optional, Object,
- ex:
{ label: 'UNDO', action: () => alert('primary') }
secondary
- Provide a label and callback for a secondary button
- Optional, Object,
- ex:
{ label: 'UNDO', action: () => alert('secondary') }
classToast
, classTitle
, classMessage
, classClose
, classTimeout
- Optional, defaulting to white and grays
- Specify any tailwind classes you'd like to combine
Defaults
- You can add extra classes to the container the toasts are injected into