From ff5ae0f4ac4b1e52143452c9ce1ba5f11da9e34f Mon Sep 17 00:00:00 2001 From: hongbin9 Date: Wed, 21 Aug 2024 20:00:16 +0800 Subject: [PATCH] update readme --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ea31c..460ba7a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This guide will help you integrate the NeoRetro UI components into your Tailwind + ``` ### Cards @@ -83,7 +84,8 @@ This guide will help you integrate the NeoRetro UI components into your Tailwind ``` -### Badges +###Badges + ```html primary secondary @@ -96,6 +98,32 @@ This guide will help you integrate the NeoRetro UI components into your Tailwind
This is a danger alert!
``` +### Tabs + +```html +
+
Tab 1
+
Tab 2
+
Tab 3
+
+
Content for Tab 1
+
Content for Tab 2
+
Content for Tab 3
+``` + +### Navbar + +```html + +``` + ## Additional Components As we continue to develop the NeoRetro UI, we'll add more components and utility classes. Stay tuned for updates!