Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahryarjb/multi-drop-down-select-task


https://github.com/shahryarjb/multi-drop-down-select-task

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

The MultiSelect can accept some callback functions to re-bind a form or make value for local state For example

```javascript

```

Usually, I never isolate it to create a select box that has a limited number of elements and rerendering does not cause performance issues, but I did this for this task.

## Install and Run dev with npm

```
npm install
npm run dev
npm run build
```

## Install and Run dev with bun

```
bun install
bun run bun-dev
bun run bun-build
```