@digichanges/solid-multiselect
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

Solid logo  Solid MultiSelect

Installation

## in npm
npm install @digichanges/solid-multiselect
## or in yarn
yarn add @digichanges/solid-multiselect

Add as a module:

import { MultiSelect } from '@digichanges/solid-multiselect';

Demo

Demo codesandbox

multi-select example

Search:

multi-select search example

Example

import { MultiSelect } from '@digichanges/solid-components'

<h3>Limit 2 elements</h3>
<MultiSelect
    style={{ chips: { color: "red", "background-color": "pink" } }}
    options={["yellow", "blue", "pink", "white"]}
    onSelect={console.log}
    onRemove={console.log}
    selectedValues={["yellow"]}
    selectionLimit={2}
/>

/@digichanges/solid-multiselect/

    Package Sidebar

    Install

    npm i @digichanges/solid-multiselect

    Weekly Downloads

    38

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    23.2 kB

    Total Files

    10

    Last publish

    Collaborators

    • veronicadip
    • dgnrusso