JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 708
  • Score
    100M100P100Q102149F
  • License See license in LICENSE file

A web component for selecting one or more values from a scrollable list of items.

Package Exports

  • @logo-elements/list-box
  • @logo-elements/list-box/logo-elements-list-box.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@logo-elements/list-box) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@logo-elements/list-box

A web component for selecting one or more values from a scrollable list of items.

npm version

<logo-elements-list-box selected="2">
  <b>Select an list-box</b>
  <logo-elements-list-box>list-box one</logo-elements-list-box>
  <logo-elements-list-box>list-box two</logo-elements-list-box>
  <hr />
  <logo-elements-list-box>list-box three</logo-elements-list-box>
  <logo-elements-list-box>list-box four</logo-elements-list-box>
</logo-elements-list-box>

Installation

Install the component:

npm i @logo-elements/list-box -s

Once installed, import the component in your application:

import '@logo-elements/list-box';

For more detailed information, please visit:

Logo Elements Documentation ↗