🗃️ Accordion
2 items
📄️ Avatar
The Avatar component is used to display images, icons, or initials in various shapes and sizes.
📄️ Badge
The Badge component is a small label used to display additional information, such as a status, count, or tag.
📄️ Block
The Block component is a React Native component designed to apply combined styles and manage context-based theming.
📄️ BottomSheet
The BottomSheet component provides an animated bottom sheet for React Native applications.
📄️ Button
Buttons allow users to take actions, and make choices, with a single tap.
📄️ Checkbox
The Checkbox component is a UI element that allows users to select or deselect options.
📄️ Datepicker
The Datepicker component is used for selecting dates and times. It offers different customizable date formats, and supports various sizes and locales.
📄️ Form
The Form component provides a structured way to manage form data, validation, and component state, with support for error handling, reset, and submit actions.
📄️ Image
The Image component is a versatile image display utility that supports both standard images and background images.
📄️ InputGroup
The InputGroup component is used to wrap an input field with a label and optional validation message.
📄️ Label
The Label component is used to display text labels with customizable styles and properties.
📄️ Link
The Link component is used for navigating between different routes or pages in your application.
📄️ List
The List component offers a flexible way to display data lists with options for custom styling.
📄️ LucideIcon
The LucideIcon component provides customizable SVG icons using the lucide-react-native library.
📄️ Popup
The `Popup` component provides a modal-like interface to display content overlaying the main screen, supporting customization, animations, and slots for enhanced flexibility.
📄️ Provider
The Provider component is used to set up a context for managing themes and breakpoints across your application.
📄️ Radio / RadioGroup
The Radio and RadioGroup components allow users to select a single option from a group of choices. It includes customization for disabled states, animations, and various styles.
📄️ Row & Col
The Row and Col components are used in grid systems to define layouts.
📄️ Select
The Select component is a dropdown menu that allows users to choose an option from a list. It supports multiple picker styles, enabling it to adapt to different design and functionality needs.
📄️ Slider
The Slider component is a control that allows users to select a value within a range.
📄️ Slot
The Slot component allows for flexible placement of child elements or icons within other components, with additional styling and size options.
🗃️ Stepper
1 item
📄️ Switch
A customizable switch component with animation support. It allows users to toggle between on and off states with smooth animations and customizable styles.
🗃️ TabView
2 items
📄️ Textfield
Textfield is a customizable component used for capturing user input. It supports various keyboard types and validation options.