📄️ Breadcrumbs
The Breadcrumbs component is used to indicate the current page's location within a navigational hierarchy. It helps users understand their position in the application and navigate to parent levels.
📄️ Tabs
The Tabs component is used to organize content into separate views that users can navigate between. Each tab represents a specific section, and switching between tabs shows the corresponding content.
📄️ Link
The Link component is used for navigation and styled links. It can be integrated with external URLs or internal routes, providing a consistent design and behavior.
📄️ Drawer
The Drawer component is a Material-UI component that slides in from the side of the screen, providing a flexible way to display menus, navigation, or additional content.
📄️ Menu
The Menu component displays a list of choices on a temporary surface. It appears when the user interacts with a button or other control.
📄️ Pagination
The Pagination component enables navigation between pages of content. It provides a simple interface for users to move between pages in a multi-page layout.