What problem does it solve?
This Skill provides pre-built, accessible UI components for managing navigation and organizing content within the UniManage application, streamlining development and ensuring a consistent user experience.
Core Features & Use Cases
- Tabbed Interfaces: Organize content into switchable views using the
Tabs component. Ideal for settings pages or multi-section forms.
- Collapsible Content: Use
Accordion or Disclosure components to hide/show detailed information, perfect for FAQs or expandable sections.
- Hierarchical Navigation: Implement clear navigation paths with the
Breadcrumbs component.
- Pagination: Manage large datasets efficiently with the
Pagination component.
- Links: Create styled and integrated links using the
Link component, compatible with Next.js.
- Use Case: When building a user profile page, use
Tabs to separate 'General Information', 'Account Settings', and 'Activity History'. For an FAQ section, use Accordion to keep questions concise until expanded.
Quick Start
Use the heroui-navigation skill to create a tabbed interface with 'Profile' and 'Settings' tabs.