← All projects

react-md-select

by @boussadjra

13

It's React ⚛️ based component that allows you to select item(s) from a set of items which could be custom rendered or loaded asynchronously

About this project

React MD select It's a React ⚛️ based component that allows you to select item(s) from a set of items which could be custom rendered or loaded asynchronously, it tries to respect the Material design specifications Installation npm install react-md-select --save Usage app.scss Props name description ------------ ----------------------------------------------------------------------------------- options the set of options provided to the dropdown menu label the select title value the selected value onChange the onChange event allows us to update the value config it's an object that maps the key used to control the options and the label rendered asyncOptions it's used to load options asynchronously based on the typed value renderLabel that allows you to custom the label rendering multiple that allows you to select multiple options isSimple Indicates the options are an array of primitive values type Applies the alternate input style Demo MD Select

From the project README on GitHub

Stars
13
Forks
3
Last push
2 May 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/react-md-select.svg)](https://www.madeinalgeria.dev/projects/react-md-select)

Related projects