0.11.27 • Published 2 years ago

@impact-x/select v0.11.27

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

@impact-x/select

Select component for products using Impact X design system.

Installation

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

npm install -S @impact-x/select

If you prefer Yarn, use the following command instead:

yarn add @impact-x/select

Usage

HTML (via CDN)

If you're using a simple HTML page without any JavaScript framework, you can add your component via a script tag.

<!DOCTYPE html>
<html lang="en">
  <head>
    <script src="https://unpkg.com/@impact-x/select@latest"></script>
  </head>
  <body>
    <ix-select control-id="select">
      <option value="value 1">Option 1</option>
      <option value="value 2" selected>Option 2</option>
      <option value="value 3">Option 3</option>
    </ix-select>
  </body>
</html>

API documentation

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

0.11.26

2 years ago

0.11.27

2 years ago

0.11.25

2 years ago

0.11.20

3 years ago

0.11.21

3 years ago

0.11.22

3 years ago

0.11.23

2 years ago

0.11.24

2 years ago

0.11.19

3 years ago

0.11.17

3 years ago

0.11.18

3 years ago

0.11.15

3 years ago

0.11.16

3 years ago

0.11.14

4 years ago

0.11.13

5 years ago

0.11.12

5 years ago

0.11.11

5 years ago

0.11.10

5 years ago

0.11.9

5 years ago

0.11.8

5 years ago

0.11.7

5 years ago

0.11.6

5 years ago

0.11.5

5 years ago

0.11.4

5 years ago

0.11.3

5 years ago

0.11.2

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago