Skip to content

LiquidShake/npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p14-npm-select-component

A simple select options component to use in all your forms

Instalation

Simply install the component with : npm i cg-p14-npm-select-component

Usage

Once installed, import the component in your project by doing import { Dropdown } from "cg-p14-npm-select-component";
and then call it with

Props

There are a few props you can pass to the component to make it fit perfectly your needs :

  • label : the label for the dropdown
  • options : your data
  • handler : a function to control what is send from the component

Please make sure to open the file Dropdown.js in the dist folder of the library that you can find in your node_modules folder. It contains a complete documentation about what is intended as props.

Customization

The component comes with a very basic style, but you can customize it easily by adding style to the .dropdown-label and .dropdown classes in your CSS or SCSS files and overwrite the default style.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published