Package detail

@digital-realty/ix-select

nicholasnewlands3.8kMIT1.2.1

Webcomponent ix-select following open-wc recommendations

readme

\<ix-select>

This webcomponent follows the open-wc recommendation.

Installation

npm i ix-select

Usage

<script type="module">
  import 'ix-select/ix-select.js';
  import 'ix-select/ix-select-option.js';
</script>

<ix-select>
  <ix-select-option>
    <div value="1">Option label</div>
  </ix-select-option>
</ix-select>
import { IxSelect, IxSelectOption } from 'ix-select'

<IxSelect>
  <IxSelectOption>
    <div value="1">Option label</div>
  </IxSelectOption>
</IxSelect>

Demo and Documentation

Full documentation and demo are available at DLR Component Gallery.