Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digital-realty/ix-select

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-select

Webcomponent ix-select following open-wc recommendations

  • 1.1.7-alpha-251841-t51.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

<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.

FAQs

Package last updated on 25 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc