1.0.4 • Published 1 year ago

react-pokemon-dropdown v1.0.4

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

Pokemon Dropdown Component

This project contains a React input component that allows users to select a Pokemon from a dropdown list.

Installation

To install the dependencies, run the following command:

npm install react-pokemon-dropdown

Usage

To use the Pokemon Dropdown component in your project, first import it:

import PokeDrop from 'react-pokemon-dropdown';

Then, you can use it in your JSX like this:

<PokeDrop value={"Pikachu"} onChange={handleOnChange} />

The onChange prop is a function that will be called whenever the selected Pokemon changes. It will be passed the name of the selected Pokemon.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.4

1 year ago

1.0.3-alpha.1

1 year ago

1.0.3-alpha.0

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