@igloo-ui/select
TypeScript icon, indicating that this package has built-in type declarations

1.5.4 • Public • Published

Select

Select inputs let users choose one option from an options menu.

Installation

To install @igloo-ui/select in your project, you will need to run the following command using npm:

npm install @igloo-ui/select

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/select

Usage

Then to use the component in your code just import it!

import Select from '@igloo-ui/select';

<Select
  options={[
    { label: 'Option 1', value: '1' },
    { label: 'Option 2', value: '2' },
  ]}
>
  Place holder
</Select>;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/select

Weekly Downloads

271

Version

1.5.4

License

Apache-2.0

Unpacked Size

1.98 MB

Total Files

9

Last publish

Collaborators

  • infra.admin
  • franckgaudin