A next-generation tool to create blazing-fast documentation sites
API
created:3/5/2021
updated:3/5/2021
loc
40
comments
40%
passed
2
coverage
25%

Multiselect

avatar of atanasster
@component-controls/components
3.15.0

Popover multiselect displaying checkboxes to select/unselect.

import { Multiselect } from '@component-controls/components';

Overview

Name
Description
Default
MultiselectOwnProps(2 properties)
items

array of items to select from

MultiselectItem[]
-
onChange

function called when the selected state of an item changes

(item: MultiselectItem) => void
-
TooltipTriggerProps(15 properties)
PopoverOwnProps(1 properties)

Commits

Date
Author
Commit Message
7/6/2021

atanasster

avatar of atanasster
chore: clean up components
7/4/2021

atanasster

avatar of atanasster
feat: save tabs state
2/17/2021

atanasster

avatar of atanasster
feat: components history and catalog
8/18/2020

atanasster

avatar of atanasster
feat: added Multiselect component
4 commits
package
imports
peer
react
^17.0.1
FC
*
theme-ui
^0.8.4
jsxLabelCheckboxBox
file
imports
"../Popover"
PopoverPopoverProps