UNPKG

react-multi-select-tabs

Version:

A modern, accessible multi-select component with search functionality and visible selected tabs

5 lines (4 loc) 150 B
import MultiSelect from './MultiSelect'; export { MultiSelect }; export type { Option, MultiSelectProps } from './types'; export default MultiSelect;