# blakeUI Documentation > A set of beautiful, customizable React and React Native components that stay maintained and up to date. blakeUI is an open-source UI component library for building modern web and mobile applications. Built on [Tailwind CSS v4](https://tailwindcss.com/) and [React Aria Components](https://react-spectrum.adobe.com/react-aria/), blakeUI provides accessible, customizable components with smooth animations and polished details. **Key Features:** - Beautiful by default - Professional look out of the box, no extra styling needed - Accessible - Built with accessibility in mind, following WAI-ARIA guidelines - Flexible - Each component is made of customizable parts - Developer-friendly - Fully typed APIs, predictable patterns, and excellent autocompletion - Maintained - Regular updates, bug fixes, and new features **Technology Stack:** - React 19+ for web components - React Native for mobile components - Tailwind CSS v4 for styling - TypeScript for type safety ## Available Platforms - **React (Web)**: [/react/llms.txt](https://www.blakeui.com/react/llms.txt) - React component library for web applications - **React Native**: [/native/llms.txt](https://www.blakeui.com/native/llms.txt) - React Native component library for mobile applications ## Documentation Index ### React - [All Components](https://www.blakeui.com/en/docs/react/components): Explore the full list of components available in the library. More are on the way. - [Introduction](https://www.blakeui.com/en/docs/react/getting-started): An open-source UI component library for building beautiful and accessible user interfaces. - [All Releases](https://www.blakeui.com/en/docs/react/releases): All updates and changes to BlakeUI, including new features, fixes, and breaking changes. - [v1.0.1](https://www.blakeui.com/en/docs/react/releases/v1-0-1): The first public release of BlakeUI — a modern React UI library built on React Aria Components and Tailwind CSS v4. - [v1.1.0](https://www.blakeui.com/en/docs/react/releases/v1-1-0): Buttons gain depth by default — gradient layers, a top-down sheen, and surface elevation on filled variants, with unified ButtonGroup elevation. - [v1.1.1](https://www.blakeui.com/en/docs/react/releases/v1-1-1): Table primary variant redesigned with a floating-card look, refined selection states, and consistent header rounding. - [ButtonGroup](https://www.blakeui.com/en/docs/react/components/button-group): Group related buttons together with consistent styling and spacing - [Button](https://www.blakeui.com/en/docs/react/components/button): A clickable button component with multiple variants and states - [CloseButton](https://www.blakeui.com/en/docs/react/components/close-button): Button component for closing dialogs, modals, or dismissing content - [FancyButton](https://www.blakeui.com/en/docs/react/components/fancy-button): A solid button with a fancy gradient finish and fully accessible focus handling - [ToggleButtonGroup](https://www.blakeui.com/en/docs/react/components/toggle-button-group): Groups multiple ToggleButtons into a unified control, allowing users to select one or multiple options. - [ToggleButton](https://www.blakeui.com/en/docs/react/components/toggle-button): An interactive toggle control for on/off or selected/unselected states - [Dropdown](https://www.blakeui.com/en/docs/react/components/dropdown): A dropdown displays a list of actions or options that a user can choose - [ListBox](https://www.blakeui.com/en/docs/react/components/list-box): A listbox displays a list of options and allows a user to select one or more of them - [TagGroup](https://www.blakeui.com/en/docs/react/components/tag-group): A focusable list of tags with support for keyboard navigation, selection, and removal - [ColorArea](https://www.blakeui.com/en/docs/react/components/color-area): A 2D color picker that allows users to select colors from a gradient area - [ColorField](https://www.blakeui.com/en/docs/react/components/color-field): Color input field with labels, descriptions, and validation built on React Aria ColorField - [ColorPicker](https://www.blakeui.com/en/docs/react/components/color-picker): A composable color picker that synchronizes color value between multiple color components - [ColorSlider](https://www.blakeui.com/en/docs/react/components/color-slider): A color slider allows users to adjust an individual channel of a color value - [ColorSwatchPicker](https://www.blakeui.com/en/docs/react/components/color-swatch-picker): A list of color swatches that allows users to select a color from a predefined palette. - [ColorSwatch](https://www.blakeui.com/en/docs/react/components/color-swatch): A visual preview of a color value with accessibility support - [Slider](https://www.blakeui.com/en/docs/react/components/slider): A slider allows a user to select one or more values within a range - [Switch](https://www.blakeui.com/en/docs/react/components/switch): A toggle switch component for boolean states - [Badge](https://www.blakeui.com/en/docs/react/components/badge): Displays a small indicator positioned relative to another element, commonly used for notification counts, status dots, and labels - [Chip](https://www.blakeui.com/en/docs/react/components/chip): Small informational badges for displaying labels, statuses, and categories - [Table](https://www.blakeui.com/en/docs/react/components/table): Tables display structured data in rows and columns with support for sorting, selection, column resizing, and infinite scrolling. - [Calendar](https://www.blakeui.com/en/docs/react/components/calendar): Composable date picker with month grid, navigation, and year picker support built on React Aria Calendar - [DateField](https://www.blakeui.com/en/docs/react/components/date-field): Date input field with labels, descriptions, and validation built on React Aria DateField - [DatePicker](https://www.blakeui.com/en/docs/react/components/date-picker): Composable date picker built on React Aria DatePicker with DateField and Calendar composition - [DateRangePicker](https://www.blakeui.com/en/docs/react/components/date-range-picker): Composable date range picker built on React Aria DateRangePicker with DateField and RangeCalendar composition - [RangeCalendar](https://www.blakeui.com/en/docs/react/components/range-calendar): Composable date range picker with month grid, navigation, and year picker support built on React Aria RangeCalendar - [TimeField](https://www.blakeui.com/en/docs/react/components/time-field): Time input field with labels, descriptions, and validation built on React Aria TimeField - [Alert](https://www.blakeui.com/en/docs/react/components/alert): Display important messages and notifications to users with status indicators - [Meter](https://www.blakeui.com/en/docs/react/components/meter): A meter represents a quantity within a known range, or a fractional value. - [ProgressBar](https://www.blakeui.com/en/docs/react/components/progress-bar): A progress bar shows either determinate or indeterminate progress of an operation over time. - [ProgressCircle](https://www.blakeui.com/en/docs/react/components/progress-circle): A circular progress indicator that shows determinate or indeterminate progress. - [Skeleton](https://www.blakeui.com/en/docs/react/components/skeleton): Skeleton is a placeholder to show a loading state and the expected shape of a component. - [Spinner](https://www.blakeui.com/en/docs/react/components/spinner): A loading indicator component to show pending states - [CheckboxGroup](https://www.blakeui.com/en/docs/react/components/checkbox-group): A checkbox group component for managing multiple checkbox selections - [Checkbox](https://www.blakeui.com/en/docs/react/components/checkbox): Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected. - [Description](https://www.blakeui.com/en/docs/react/components/description): Provides supplementary text for form fields and other components - [ErrorMessage](https://www.blakeui.com/en/docs/react/components/error-message): A low-level error message component for displaying errors - [FieldError](https://www.blakeui.com/en/docs/react/components/field-error): Displays validation error messages for form fields - [Fieldset](https://www.blakeui.com/en/docs/react/components/fieldset): Group related form controls with legends, descriptions, and actions - [Form](https://www.blakeui.com/en/docs/react/components/form): Wrapper component for form validation and submission handling - [InputGroup](https://www.blakeui.com/en/docs/react/components/input-group): Group related input controls with prefix and suffix elements for enhanced form fields - [InputOTP](https://www.blakeui.com/en/docs/react/components/input-otp): A one-time password input component for verification codes and secure authentication - [Input](https://www.blakeui.com/en/docs/react/components/input): Primitive single-line text input component that accepts standard HTML attributes - [Label](https://www.blakeui.com/en/docs/react/components/label): Renders an accessible label associated with form controls - [NumberField](https://www.blakeui.com/en/docs/react/components/number-field): Number input fields with increment/decrement buttons, validation, and internationalized formatting - [RadioGroup](https://www.blakeui.com/en/docs/react/components/radio-group): Radio group for selecting a single option from a list - [SearchField](https://www.blakeui.com/en/docs/react/components/search-field): Search input field with clear button and search icon - [TextArea](https://www.blakeui.com/en/docs/react/components/text-area): Primitive multiline text input component that accepts standard HTML attributes - [TextField](https://www.blakeui.com/en/docs/react/components/text-field): Composition-friendly text fields with labels, descriptions, and inline validation - [Card](https://www.blakeui.com/en/docs/react/components/card): Flexible container component for grouping related content and actions - [Separator](https://www.blakeui.com/en/docs/react/components/separator): Visually divide content sections - [Surface](https://www.blakeui.com/en/docs/react/components/surface): Container component that provides surface-level styling and context for child components - [Toolbar](https://www.blakeui.com/en/docs/react/components/toolbar): A container for interactive controls with arrow key navigation. - [Avatar](https://www.blakeui.com/en/docs/react/components/avatar): Display user profile images with customizable fallback content - [Accordion](https://www.blakeui.com/en/docs/react/components/accordion): A collapsible content panel for organizing information in a compact space - [Breadcrumbs](https://www.blakeui.com/en/docs/react/components/breadcrumbs): Navigation breadcrumbs showing the current page's location within a hierarchy - [Link](https://www.blakeui.com/en/docs/react/components/link): A styled anchor component for navigation with built-in icon support - [Pagination](https://www.blakeui.com/en/docs/react/components/pagination): Page navigation with composable page links, previous/next buttons, and ellipsis indicators - [Tabs](https://www.blakeui.com/en/docs/react/components/tabs): Tabs organize content into multiple sections and allow users to navigate between them. - [AlertDialog](https://www.blakeui.com/en/docs/react/components/alert-dialog): Modal dialog for critical confirmations requiring user attention and explicit action - [Drawer](https://www.blakeui.com/en/docs/react/components/drawer): Slide-out panel for supplementary content and actions - [Modal](https://www.blakeui.com/en/docs/react/components/modal): Dialog overlay for focused user interactions and important content - [Popover](https://www.blakeui.com/en/docs/react/components/popover): Displays rich content in a portal triggered by a button or any custom element - [Toast](https://www.blakeui.com/en/docs/react/components/toast): Display temporary notifications and messages to users with automatic dismissal and customizable placement - [Tooltip](https://www.blakeui.com/en/docs/react/components/tooltip): Displays informative text when users hover over or focus on an element - [Autocomplete](https://www.blakeui.com/en/docs/react/components/autocomplete): An autocomplete combines a select with filtering, allowing users to search and select from a list of options - [ComboBox](https://www.blakeui.com/en/docs/react/components/combo-box): A combo box combines a text input with a listbox, allowing users to filter a list of options to items matching a query - [Select](https://www.blakeui.com/en/docs/react/components/select): A select displays a collapsible list of options and allows a user to select one of them - [Kbd](https://www.blakeui.com/en/docs/react/components/kbd): Display keyboard shortcuts and key combinations - [Typography](https://www.blakeui.com/en/docs/react/components/typography): A semantic typography primitive for headings, body copy, and inline code built on React Aria Components Text. - [ScrollShadow](https://www.blakeui.com/en/docs/react/components/scroll-shadow): Apply visual shadows to indicate scrollable content overflow with automatic detection of scroll position. - [Animation](https://www.blakeui.com/en/docs/react/getting-started/animation): Add smooth animations and transitions to blakeUI components - [Colors](https://www.blakeui.com/en/docs/react/getting-started/colors): Color palette and theming system for blakeUI - [Composition](https://www.blakeui.com/en/docs/react/getting-started/composition): Build flexible UI with component composition patterns - [Dark Mode](https://www.blakeui.com/en/docs/react/getting-started/dark-mode): Add light, dark, and system theme switching to blakeUI - [Styling](https://www.blakeui.com/en/docs/react/getting-started/styling): Style blakeUI components with CSS, Tailwind, or CSS-in-JS - [Theming](https://www.blakeui.com/en/docs/react/getting-started/theming): Customize blakeUI's design system with CSS variables and global styles - [CLI](https://www.blakeui.com/en/docs/react/getting-started/cli): Use the CLI to manage blakeUI dependencies and initialize projects. - [Design Principles](https://www.blakeui.com/en/docs/react/getting-started/design-principles): Core principles that guide blakeUI's design and development - [Frameworks](https://www.blakeui.com/en/docs/react/getting-started/frameworks): Integrate blakeUI with your framework - [Quick Start](https://www.blakeui.com/en/docs/react/getting-started/quick-start): Get started with blakeUI in minutes - [Agent Skills](https://www.blakeui.com/en/docs/react/getting-started/agent-skills): Enable AI assistants to build UIs with blakeUI components - [AGENTS.md](https://www.blakeui.com/en/docs/react/getting-started/agents-md): Download blakeUI React documentation for AI coding agents - [LLMs.txt](https://www.blakeui.com/en/docs/react/getting-started/llms-txt): Enable AI assistants like Claude, Cursor, and Windsurf to understand blakeUI - [MCP Server](https://www.blakeui.com/en/docs/react/getting-started/mcp-server): Access blakeUI documentation directly in your AI assistant ### Native - [All Components](https://www.blakeui.com/en/docs/native/components): Explore the full list of components available in blakeUI Native. More are on the way. - [Introduction](https://www.blakeui.com/en/docs/native/getting-started): An open-source UI component library for building beautiful and accessible user interfaces. - [Button](https://www.blakeui.com/en/docs/native/components/button): Interactive component that triggers an action when pressed. - [CloseButton](https://www.blakeui.com/en/docs/native/components/close-button): Button component for closing dialogs, modals, or dismissing content. - [LinkButton](https://www.blakeui.com/en/docs/native/components/link-button): A ghost-variant button with no highlight feedback, designed for inline link-style interactions. - [Menu](https://www.blakeui.com/en/docs/native/components/menu): A floating context menu with positioning, selection groups, and multiple presentation modes. - [TagGroup](https://www.blakeui.com/en/docs/native/components/tag-group): A compound component for displaying and managing selectable tags with optional removal. - [Slider](https://www.blakeui.com/en/docs/native/components/slider): A draggable input for selecting a value or range within a bounded interval. - [Switch](https://www.blakeui.com/en/docs/native/components/switch): A toggle control that allows users to switch between on and off states. - [Chip](https://www.blakeui.com/en/docs/native/components/chip): Displays a compact element in a capsule shape. - [Alert](https://www.blakeui.com/en/docs/native/components/alert): Displays important messages and notifications to users with status indicators. - [SkeletonGroup](https://www.blakeui.com/en/docs/native/components/skeleton-group): Coordinates multiple skeleton loading placeholders with centralized animation control. - [Skeleton](https://www.blakeui.com/en/docs/native/components/skeleton): Displays a loading placeholder with shimmer or pulse animation effects. - [Spinner](https://www.blakeui.com/en/docs/native/components/spinner): Displays an animated loading indicator. - [Checkbox](https://www.blakeui.com/en/docs/native/components/checkbox): A selectable control that allows users to toggle between checked and unchecked states. - [ControlField](https://www.blakeui.com/en/docs/native/components/control-field): A field component that combines a label, description (or other content), and a control component (Switch or Checkbox) into a single pressable area. - [Description](https://www.blakeui.com/en/docs/native/components/description): Text component for providing accessible descriptions and helper text for form fields and other UI elements. - [FieldError](https://www.blakeui.com/en/docs/native/components/field-error): Displays validation error message content with smooth animations. - [InputGroup](https://www.blakeui.com/en/docs/native/components/input-group): A compound layout component that groups an input with optional prefix and suffix decorators. - [InputOTP](https://www.blakeui.com/en/docs/native/components/input-otp): Input component for entering one-time passwords (OTP) with individual character slots, animations, and validation support. - [Input](https://www.blakeui.com/en/docs/native/components/input): A text input component with styled border and background for collecting user input. - [Label](https://www.blakeui.com/en/docs/native/components/label): Text component for labeling form fields and other UI elements with support for required indicators and validation states. - [RadioGroup](https://www.blakeui.com/en/docs/native/components/radio-group): A set of radio buttons where only one option can be selected at a time. - [SearchField](https://www.blakeui.com/en/docs/native/components/search-field): A compound search input for filtering and querying content. - [Select](https://www.blakeui.com/en/docs/native/components/select): Displays a list of options for the user to pick from — triggered by a button. - [TextArea](https://www.blakeui.com/en/docs/native/components/text-area): A multiline text input component with styled border and background for collecting longer user input. - [TextField](https://www.blakeui.com/en/docs/native/components/text-field): A text input component with label, description, and error handling for collecting user input. - [Card](https://www.blakeui.com/en/docs/native/components/card): Displays a card container with flexible layout sections for structured content. - [Separator](https://www.blakeui.com/en/docs/native/components/separator): A simple line to separate content visually. - [Surface](https://www.blakeui.com/en/docs/native/components/surface): Container component that provides elevation and background styling. - [Avatar](https://www.blakeui.com/en/docs/native/components/avatar): Displays a user avatar with support for images, text initials, or fallback icons. - [Accordion](https://www.blakeui.com/en/docs/native/components/accordion): A collapsible content panel for organizing information in a compact space - [ListGroup](https://www.blakeui.com/en/docs/native/components/list-group): A Surface-based container that groups related list items with consistent layout and spacing. - [Tabs](https://www.blakeui.com/en/docs/native/components/tabs): Organize content into tabbed views with animated transitions and indicators. - [BottomSheet](https://www.blakeui.com/en/docs/native/components/bottom-sheet): Displays a bottom sheet that slides up from the bottom with animated transitions and swipe-to-dismiss gestures. - [Dialog](https://www.blakeui.com/en/docs/native/components/dialog): Displays a modal overlay with animated transitions and gesture-based dismissal. - [Popover](https://www.blakeui.com/en/docs/native/components/popover): Displays a floating content panel anchored to a trigger element with placement and alignment options. - [Toast](https://www.blakeui.com/en/docs/native/components/toast): Displays temporary notification messages that appear at the top or bottom of the screen. - [Typography](https://www.blakeui.com/en/docs/native/components/text): Primitive typography component for rendering styled text with semantic type variants. - [PressableFeedback](https://www.blakeui.com/en/docs/native/components/pressable-feedback): Container component that provides visual feedback for press interactions with automatic scale animation. - [ScrollShadow](https://www.blakeui.com/en/docs/native/components/scroll-shadow): Adds dynamic gradient shadows to scrollable content based on scroll position and overflow. - [Animation](https://www.blakeui.com/en/docs/native/getting-started/animation): Add smooth animations and transitions to blakeUI Native components - [Colors](https://www.blakeui.com/en/docs/native/getting-started/colors): Color palette and theming system for blakeUI Native - [Composition](https://www.blakeui.com/en/docs/native/getting-started/composition): Build flexible UI with component composition patterns - [Portal](https://www.blakeui.com/en/docs/native/getting-started/portal) - [Provider](https://www.blakeui.com/en/docs/native/getting-started/provider): Configure blakeUI Native provider with text, animation, and toast settings - [Styling](https://www.blakeui.com/en/docs/native/getting-started/styling): Style blakeUI Native components with Tailwind or StyleSheet API - [Theming](https://www.blakeui.com/en/docs/native/getting-started/theming): Customize blakeUI Native's design system with CSS variables and global styles - [Design Principles](https://www.blakeui.com/en/docs/native/getting-started/design-principles): Core principles that guide blakeUI's design and development - [Quick Start](https://www.blakeui.com/en/docs/native/getting-started/quick-start): Get started with blakeUI Native in minutes - [Agent Skills](https://www.blakeui.com/en/docs/native/getting-started/agent-skills): Enable AI assistants to build mobile UIs with blakeUI Native components - [AGENTS.md](https://www.blakeui.com/en/docs/native/getting-started/agents-md): Download blakeUI Native documentation for AI coding agents - [LLMs.txt](https://www.blakeui.com/en/docs/native/getting-started/llms-txt): Enable AI assistants like Claude, Cursor, and Windsurf to understand blakeUI Native - [MCP Server](https://www.blakeui.com/en/docs/native/getting-started/mcp-server): Access blakeUI Native documentation directly in your AI assistant