1.1.22 • Published 3 years ago
@impact-x/react-select v1.1.22
@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-selectIf you prefer Yarn, use the following command instead:
yarn add @impact-x/react-selectUsage
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
3 years ago
1.1.21
3 years ago
1.1.20
3 years ago
1.1.19
3 years ago
1.1.18
3 years ago
1.1.17
4 years ago
1.1.12
4 years ago
1.1.16
4 years ago
1.1.15
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago