1.1.22 • Published 2 years ago

@impact-x/react-select v1.1.22

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

@impact-x/react-select

Select component for products using Impact X design system.

Installation

To install @impact-x/react-select in your project, run the following command:

npm install -S @impact-x/react-select

If you prefer Yarn, use the following command instead:

yarn add @impact-x/react-select

Usage

You can import and use this module:

import Select from '@impact-x/react-select';

<Select />;
import Select from '@impact-x/react-select';

<label htmlFor="select-1">All select fields must have a label</label>
  <Select control-id="select-1">
    <option value="value 1">Option 1</option>
    <option value="value 2" selected>Option 2</option>
    <option value="value 3">Option 3</option>
  </Select>;

API documentation

https://tw-impact-x.thoughtworks-labs.net/#/Components/Forms/Select

1.1.22

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

3 years ago

1.1.12

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago