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 @@
-
- HELLO
-
+ toasts
+
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
You've unlocked achievement.
-
+
Improve password difficulty.
-
+
Item moved successfully.
-
+
Item has been deleted.
@@ -42,23 +43,15 @@ import { FwbToast } from 'flowbite-vue'
```
-## Prop - closable
+## Dismissable
+
```vue
-
+
You've unlocked achievement.
-
- Improve password difficulty.
-
-
- Item moved successfully.
-
-
- Item has been deleted.
-
```
-## Prop - divide
+## Divide
+
```vue
You've unlocked achievement.
-
- Improve password difficulty.
-
-
- Item moved successfully.
-
-
- Item has been deleted.
-
```
-
-## 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
-
-
-
-
-
- Scroll down to see more examples.
-
-
-
-
-
- You have new friend request.
-
-
-
-
-
- Your airpods are connected.
-
-
-
-
-```
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 @@
-
+
+
+
+ Fire icon
+
You've unlocked achievement.
-
+
+
+
+ Fire icon
+
Improve password difficulty.
-
+
+
+
+ Fire icon
+
Item moved successfully.
-
+
+
+
+ Fire icon
+
Item has been deleted.