multiselect-react-dropdown
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "multiselect-react-dropdown", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "React multiselect dropdown", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# MULTISELECT-REACT-DROPDOWN | ||
## Description | ||
![PRs](images/pr.png) ![License](images/license.png) ![Build](images/build.png) | ||
## Description | ||
A React component providing multi select functionality with various features like selection limit, CSS customization, checkbox, search option, disable preselected values, render normal array(not an object), keyboard navigation and grouping features. | ||
![Multiselect](images/dd.png) | ||
---- | ||
## Installation | ||
## Getting Started | ||
## 1. Installation | ||
``` | ||
@@ -13,7 +19,7 @@ npm install multiselect-react-dropdown | ||
---- | ||
## Demo | ||
## 2. Demo | ||
[React-multi-select-dropdown](https://codesandbox.io/s/10xn41w767) | ||
---- | ||
## 1. Basic Usage | ||
## 3. Basic Usage | ||
```js | ||
@@ -44,3 +50,3 @@ import { Multiselect } from 'multiselect-react-dropdown'; | ||
## 2. Props | ||
## 4. Props | ||
@@ -64,3 +70,3 @@ | Prop | Type | Default | Description | | ||
## 3. CSS Customization | ||
## 5. CSS Customization | ||
@@ -94,3 +100,3 @@ ```css | ||
``` | ||
## 4. Close Icons | ||
## 6. Close Icons | ||
| Name | Image | | ||
@@ -102,3 +108,4 @@ |:--------- | :---- | | ||
| `close` | ![Close Icon](images/close.png) | | ||
## Licence | ||
## 7. Licence | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
442791
26
107