Skip to content

@gtkx/react / NotebookPageProps

Type Alias: NotebookPageProps

NotebookPageProps = object

Defined in: packages/react/src/jsx.ts:443

Props for notebook (tabbed) pages.

Properties

children?

optional children?: ReactNode

Defined in: packages/react/src/jsx.ts:445

Content to place in the notebook page


label?

optional label?: string

Defined in: packages/react/src/jsx.ts:447

Tab label text (optional when using Notebook.PageTab)


tabExpand?

optional tabExpand?: boolean

Defined in: packages/react/src/jsx.ts:449

Whether the tab should expand to fill available space


tabFill?

optional tabFill?: boolean

Defined in: packages/react/src/jsx.ts:451

Whether the tab should fill its allocated space