diff --git a/docs/components/PLAYGROUND/examples/SlotListenerExample.vue b/docs/components/PLAYGROUND/examples/SlotListenerExample.vue index ee9a2d3b..479e7cd8 100644 --- a/docs/components/PLAYGROUND/examples/SlotListenerExample.vue +++ b/docs/components/PLAYGROUND/examples/SlotListenerExample.vue @@ -1,22 +1,25 @@ diff --git a/docs/components/toast.md b/docs/components/toast.md index 313b171f..a09fe7f0 100644 --- a/docs/components/toast.md +++ b/docs/components/toast.md @@ -1,11 +1,11 @@ + # Vue Toast - Flowbite #### Push notifications to your users using the toast component and choose from multiple sizes, colors, styles, and positions @@ -18,21 +18,22 @@ Original reference: [https://flowbite.com/docs/components/toast/](https://flowbi The toast component can be used to enhance your website’s interactivity by pushing notifications to your visitors. You can choose from multiple styles, colors, sizes, and positions and even dismiss the component. -## Prop - type +## Colors + ```vue @@ -42,23 +43,15 @@ import { FwbToast } from 'flowbite-vue' ``` -## Prop - closable +## Dismissable + ```vue ``` -## Prop - divide +## Divide + ```vue ``` - -## Slot - icon - -You can use icon slot for rendering your own icons. Also you can change icon background color by using [FlowbiteThemable](/components/flowbiteThemable/flowbiteThemable.md) - - -```vue - - - -``` diff --git a/docs/components/toast/examples/FwbToastExample.vue b/docs/components/toast/examples/FwbToastExample.vue index bd22956a..6d8ed3d0 100644 --- a/docs/components/toast/examples/FwbToastExample.vue +++ b/docs/components/toast/examples/FwbToastExample.vue @@ -1,15 +1,87 @@