0.1.16 • Published 1 year ago

react-custom-select-option v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React custom select option

What is the purpose

Select dropdown is major usage in all the project. In react we focusing for re using of componenets. In this package we are re-using the select option dropdown.

Install by cmd

npm i react-custom-select-option

How to import

import { CustomSelector } from 'react-custom-select-option'

After installtion of this package we need to use it in project. Code sample is below for how to using this.

How to use

Import it then compose that component and pass the options as array in option props and pass className in className props.

<CustomSelector name = {yourCustomName} option = {yourArray} className = {customClassName} id = {yourCustomId} />

Happy Hacking :)

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago