npm-input-search-dropdown-rc
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published
  1. In the project root ( where package.json is located ) run:
    npm i npm-input-search-dropdown-rc
    npm i react-select tailwindcss sass

  2. use the component where needed:

import { InputDropdownComponent } from 'npm-input-search-dropdown-rc';
<InputDropdownComponent
	options={ [
		{ value: 'Option 1', label: 'Option 1'},
		{ value: 'Option 2', label: 'Option 2'},
		{ value: 'Option 3', label: 'Option 3'}

	] }
	inputName="input-search"
/>

Readme

Keywords

none

Package Sidebar

Install

npm i npm-input-search-dropdown-rc

Weekly Downloads

6

Version

1.0.8

License

ISC

Unpacked Size

8.96 kB

Total Files

7

Last publish

Collaborators

  • vstrelianyi