You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ImportPathpath="import { HScroller, VScroller, Scroller } from 'cx/widgets';" />
15
+
16
+
Horizontal scrollers are commonly used with tabs when there are too many tabs to fit the screen. Use the `scrollIntoViewSelector` property to specify a CSS selector for the element that should be scrolled into view.
<ImportPathpath="import { Resizer } from 'cx/widgets';" />
16
+
17
+
The Resizer component is a draggable divider that allows users to resize adjacent elements. Place it between two sibling elements to enable resizing. Double-click to reset to the default size.
0 commit comments