Skip to content

alobato/select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Select

Select react component

Install

yarn add @alobato/select

Usage

import Select, { SelectRaw }  from '@alobato/select'
...
<Select placeholder='Select...' value={status} onChange={e => setStatus(e.target.value)}>
  <option>Item 1</option>
  <option>Item 2</option>
</Select>

About

Select react component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published