feat: toast-provider and useToast initial

This commit is contained in:
Alexandr
2022-07-26 22:26:05 +03:00
parent 4cca3e63cf
commit 63c3128b3c
17 changed files with 185 additions and 9 deletions

View File

@@ -58,6 +58,7 @@ function getComponents() {
function getUtils() {
return [
{ text: 'Flowbite Themable', link: '/components/flowbiteThemable/flowbiteThemable.md' },
{ text: 'ToastProvider', link: '/components/toastProvider/toastProvider.md' },
]
}