Dual List Box
View in LexiconDual List Box provides users with two Select Boxes with the ability to move items between lists.
install | yarn add @clayui/form |
---|---|
version | |
use | import {ClayDualListBox} from '@clayui/form'; |
Table of Contents
ClayDualListBox consists of low-level utilities that provides the ability to create a Select with multiple options selectable.
Users are allowed to multi-select different items from a list and sometimes, options in use can be re-order.
It’s a high level component using ClaySelectBox
under the hood.
Note: The actual select functionality will not work here due to a pending issue at FormidableLabs/react-live#196. To see it in action, check out the storybook demo.
Table of Contents