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} />