JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q33429F

This is a sleect component that allow the user to choose between different possibilities

Package Exports

  • select_component_poc14
  • select_component_poc14/dist/index.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 (select_component_poc14) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

PRESENTATION

This select component invite the user to select a proposition between different possibilities

PREREQUISITE

Text editor - VSCode command executer - Git bash node React

INSTALL

npm i select_component_poc14

USAGE

import { Select } from 'select_component_poc14';

const data = [a, b, c];

<Select data={data} title='choose' OnChange={functionThatDeallWithNewData} />