From aa6e523780684170068089c4f9bb006274b9be74 Mon Sep 17 00:00:00 2001 From: Mukund Shah <39938037+mukundshah@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:41:18 +0545 Subject: [PATCH] docs(Notification): add `Notifications` props and config (#1449) --- docs/content/2.components/notification.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/content/2.components/notification.md b/docs/content/2.components/notification.md index b0d68f88..6ff881ac 100644 --- a/docs/content/2.components/notification.md +++ b/docs/content/2.components/notification.md @@ -289,8 +289,14 @@ Slots defined in the `` component are automatically passed dow ## Props -:component-props +::tabs + :component-props{label="Notification"} + :component-props{label="Notifications" slug="UNotifications"} +:: ## Config -:component-preset +::tabs + :component-preset{label="Notification"} + :component-preset{label="Notifications" slug="Notifications"} +::