@digital-realty/ix-select
v1.2.3
Published
Webcomponent ix-select following open-wc recommendations
Keywords
Readme
<ix-select>
This webcomponent follows the open-wc recommendation.
Installation
npm i ix-selectUsage
<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.
