2.1.0 • Published 2 years ago

select_component_poc14 v2.1.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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