More Premium Hugo Themes Premium React Themes

Chakra React Select

A Chakra UI themed wrapper for the popular library React Select

Chakra React Select

A Chakra UI themed wrapper for the popular library React Select

Author Avatar Theme by csandman
Github Stars Github Stars: 812
Last Commit Last Commit: Mar 25, 2025 -
First Commit Created: Dec 18, 2023 -
default image

Overview:

chakra-react-select v4 is an updated version of the component that works exclusively with React v18 and Chakra UI v2. It is a wrapper for the popular react component react-select and is made using the Chakra UI library. This component allows users to create select dropdown menus with various customization options.

Features:

  • Updated for Chakra UI v2 and React v18
  • Compatible with react-select
  • Supports different sizes (sm, md, lg)
  • Customizable styling and theming
  • Supports TypeScript
  • Works with React form libraries like react-hook-form and formik

Installation:

To use chakra-react-select v4, you need to have Chakra UI v2 installed. If you already have Chakra UI v1, you can follow the migration guide to update to v2. If you don’t have Chakra UI installed, you can install it using the following command:

npm install @chakra-ui/react

After Chakra UI is set up, install chakra-react-select from NPM using the following command:

npm install chakra-react-select

Once installed, you can import the base select package, the async select, the creatable select, or the async creatable select in your application as needed.

Summary:

chakra-react-select v4 is a wrapper component for react-select that is customized and styled using the Chakra UI library. It is compatible with React v18 and Chakra UI v2 and offers various customization options for creating select dropdown menus. It supports different sizes, theming, and works with TypeScript and popular React form libraries.