📄️ Tabs
Tabs is a navigational component that allows users to switch between different views or sections of content within the same page. It organizes content into multiple panels, each associated with a tab, and only one panel is visible at a time.
📄️ Carousel
Carousel component allows users to cycle through a series of content items, such as images or text, within a single container. It includes navigation controls. It supports properties for setting dimensions, default visible item, autorotation interval, and visibility of navigation dots and arrows.
📄️ Card
Card renders a styled block of information with optional action buttons at the bottom.
📄️ Pagination
Pagination is a navigational component that allows users to navigate through a large set of content by dividing it into discrete pages. It includes controls to move to the next, previous, first, and last pages, as well as to jump to a specific page.
📄️ Progress
Progress is a visual indicator used to show the completion status of a task or process. It provides feedback to the user about the progress of an ongoing operation, such as file uploads, downloads, or form submissions.
📄️ Skeleton
Skeleton is a placeholder that mimics the structure of the content that is being loaded. It provides a visual indication to users that content is being loaded and helps to improve the perceived performance of an application by showing a preview of the layout before the actual content is available.