1.5.7 • Published 5 days ago

@igloo-ui/select v1.5.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

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>;
1.5.7

5 days ago

1.5.6

13 days ago

1.5.5

20 days ago

1.5.4

1 month ago

1.5.3

1 month ago

1.5.2

2 months ago

1.5.1

3 months ago

1.5.0

3 months ago

1.4.9

3 months ago

1.4.8

3 months ago

1.4.7

3 months ago

1.4.6

3 months ago

1.4.5

3 months ago

1.4.4

3 months ago

1.4.3

3 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.13

4 months ago

1.3.12

4 months ago

1.3.11

4 months ago

1.3.10

5 months ago

1.3.9

5 months ago

1.3.8

5 months ago

1.3.7

5 months ago

1.3.6

6 months ago

1.3.5

7 months ago

1.3.4

8 months ago

1.3.3

9 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.1

12 months ago

1.0.7

12 months ago

1.1.2

11 months ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago