Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Resizable

Resizable is accessible resizable panel groups and layouts with keyboard support.

Source@yamada-ui/resizable

The Resizable follows the WAI-ARIA - Window Splitter Pattern for accessibility.

Keyboard Navigation

KeyDescriptionState
ArrowRightIncreases the value based on the keyboardStep value.direction="horizontal"
ArrowLeftDecreases the value based on the keyboardStep value.direction="horizontal"
ArrowUpIncreases the value based on the keyboardStep value.direction="vertical"
ArrowDownDecreases the value based on the keyboardStep value.direction="vertical"
HomeSets the value to minSize.-
EndSets the value to maxSize.-

ARIA Roles and Attributes

ComponentRoles and AttributesUsage
ResizableItemidUsed to associate with ResizableTrigger.
ResizableTriggerrole="separator"Indicates that this is a separator.
aria-controlsSets the id of the associated ResizableItem.
aria-orientationSets "horizontal" or "vertical" based on the direction value. Default is "horizontal".
aria-valueminSets the minSize value. Default is 0.
aria-valuemaxSets the maxSize value. Default is 100.
aria-valuenowSets the current value.

Edit this page on GitHub

PreviousReorderNextDockable