📄️ Box
The Box component is a simple, flexible wrapper that lets you render any HTML element or custom component using the as prop. It’s great for building composable layouts.
📄️ Card
A versatile container component that wraps content with padding, shadow, and optional hover effects. Great for grouping related information like dashboards, panels, or content sections.
📄️ DashboardLayout
A flexible layout component designed for dashboard-style UIs. It features a collapsible sidebar, mobile-friendly toggling, and main content area, providing an efficient structure for complex applications or admin dashboards.
📄️ PlainLayout
A simple layout component that provides a basic wrapper for the main content of the page. It ensures that the content takes up the full height of the screen with minimal styling. Ideal for pages that don’t require a sidebar or advanced layout features.