mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +01:00
.gitignore | ||
DataListInput.css | ||
DataListInput.js | ||
README.md |
Info
This is the repository for the corresponding npm package.
The package provides a input field with a drop down menu to pick a possible option based on the current input as a react component.
Have a look at w3schools.com to see how you can do the same thing with pure html, css, and js.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
Feedback
Feel free to get inspired and more importantly provide your feedback on structure and style. I'm more than happy to learn how to improve my code and architecture.
Prerequisites
Install node dependencies
npm install
Start the project
Development environment
npm run devstart
Production environment
npm start