Import
import { ScrollBar } from "@dartwic/interface-sdk/ui";Declaration
export const ScrollBar: HostComponent<ScrollBarProps>;ScrollBarProps
Props accepted by a scroll bar.
export interface ScrollBarProps extends HostComponentProps {
/** Scroll-bar direction. */
orientation?: "horizontal" | "vertical";
}| Prop | Type | Requirement | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | Optional | Scroll-bar direction. |