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!