TLUiToolbarProps

See source code
Table of contents

Extends React.HTMLAttributes<HTMLDivElement>.

interface TLUiToolbarProps extends React.HTMLAttributes<HTMLDivElement> {}

Properties

children

optional
children?: React.ReactNode;

className

optional
className?: string;

dir

optional
dir?: "ltr" | "rtl";

label

label: string;

orientation

optional
orientation?: "grid" | "horizontal" | "vertical";

tooltipSide

optional
tooltipSide?: "bottom" | "left" | "right" | "top";

Prev
TLUiToolbarButtonProps
Next
TLUiToolbarToggleGroupProps