0.1.2 • Published 6 months ago
react-select-search-ui v0.1.2
react-select-search
This is a simple yet powerful Select component built for React applications, featuring a searchable dropdown for improved usability, especially when dealing with long lists of options. The component allows users to easily filter through options by typing, making it ideal for forms, settings, and any other UI where selecting from a large set of options is needed.
https://www.npmjs.com/package/react-select-search-ui
Install
npm i react-select-search-ui
or
yarn add react-select-search-ui
Usage
import "react-select-search/dist/style.css";
import { Select } from "react-select-search";
<Select
label="Label"
outlined
id="dropdown"
withSearch
options={[]}
onChange={(values) => {}}
multiple
/>;
Demo
https://react-select-search-ui-storybook-5636z9ghn.vercel.app/
Features
- Support for Custom Options: Easily extend the list with custom data.
- Support multiple value
- Support searching label