-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Tabs feature for issue #197 #250
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for delightful-chaja-870050 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
❌ Deploy Preview for glassyui failed. Why did it fail? →
|
Hi @Jaishree2310, would it be possible for you to add the level3 label, as I created four tab variants, and the Hacktoberfest label as well? Thank you |
@BaraniVA Please resolve the conflicts and read the order of components given in the read me follow that serial-wise. |
@Jaishree2310 sure sorry for the trouble caused |
@Jaishree2310 resolved and updated the commits please check and let me know for further changes Recording.2024-10-20.180524.mp4 |
@BaraniVA Still not resolved |
PR for issue no #197
Description:
This pull request introduces a new Tabs component to the GlassyUI-Components library. The Tabs component allows users to create tabbed interfaces with a glassmorphic design, consistent with the existing theme of the project.
Changes:
New Files:
Tabs.tsx: Defines the Tabs and Tab components.
TabsDetail.tsx: Provides an example usage of the Tabs component.
Updated Files:
GlassyUIcomponentspage: Added a new ComponentCard for the Tabs component, displaying it on the components page.
Implementation Details:
The Tabs component manages the state of the active tab and renders the content of the selected tab.
The TabsDetail.tsx file demonstrates how to use the Tabs component with multiple tabs.
The GlassyUIComponentsPage.tsx file has been updated to include a new card for the Tabs component, ensuring it is displayed alongside other components.
Screenshot