# blakeUI React Documentation > Documentation for blakeUI React component library. blakeUI React is a component library built on [Tailwind CSS v4](https://tailwindcss.com/) and [React Aria Components](https://react-spectrum.adobe.com/react-aria/). Every component comes with smooth animations, polished details, and built-in accessibility—ready to use, fully customizable. **Key Features:** - Beautiful by default - Professional look out of the box - Accessible - Built with accessibility best practices - Flexible - Customizable components with predictable patterns - Developer-friendly - Fully typed APIs and excellent autocompletion ## Documentation Index ### Components - [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. - [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. ### Getting-started - [Introduction](https://www.blakeui.com/en/docs/react/getting-started): An open-source UI component library for building beautiful and accessible user interfaces. - [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 ### Releases - [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.