Skip to content

These two components are an example of how to create a dynamic select dropdown list in React

Notifications You must be signed in to change notification settings

clintmcmahon/react-select-dropdown-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an example of how to display values from an array in a select dropdown list in React. This project was bootstrapped with Create React App.

Contents

There are two components in this project - App.js and DynamicSelect.js. The App component defines a dataset which is passed into the DynamicSelect component. DynamicSelect then parses the dataset into a select list.

How To Run

The project was built using Create React App. To run the project:

  • npm start or yarn start a new browser window will appear running the project.

About

These two components are an example of how to create a dynamic select dropdown list in React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published