This package has been deprecated

Author message:

Package no longer supported. Use @midas-ds/components instead.

@midas-ds/combobox
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

select

npm i @midas-ds/combobox
import { ComboBox, Item } from '@midas-ds/combobox';

const options = [
  { id: 'apple', name: 'Apple' },
  { id: 2, name: 'Banana' },
  { id: 3, name: 'Kiwi' },
  { id: 4, name: 'Elderflower' },
  { id: 5, name: 'Nectarine' },
  { id: 6, name: 'Watermelon' },
  { id: 7, name: 'Pineapple' },
  { id: 8, name: 'Apricot' },
  { id: 9, name: 'Cloudberry' },
]

<ComboBox
  label="Välj en frukt"
  items={options}
>
  {(item) => <Item>{item.name}</Item>}
</ComboBox>

Readme

Keywords

none

Package Sidebar

Install

npm i @midas-ds/combobox

Weekly Downloads

6

Version

1.0.6

License

none

Unpacked Size

437 kB

Total Files

8

Last publish

Collaborators

  • dream.team
  • wilhelmconsid