1.1.2 • Published 3 years ago
hover-select v1.1.2
HoverSelect
A Select which could be triggered by hover, and it's Antd/DropDown based development
API
Option
| Property | Description | Type | Default |
|---|---|---|---|
| key | the value onChange need;default to filter with this property | string | - |
| label | attribute of Select Option | string | - |
You can see other params here
<HoverSelect options={[{label: 'your name', key: 'name'},{label: 'your account', key: 'account'}]} />