Skip to main content

Type Alias: NotebookPageProps

NotebookPageProps = object

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

Props for notebook (tabbed) pages.

Properties

children?

optional children: ReactNode

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

Content to place in the notebook page


label?

optional label: string

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

Tab label text (optional when using Notebook.PageTab)


tabExpand?

optional tabExpand: boolean

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

Whether the tab should expand to fill available space


tabFill?

optional tabFill: boolean

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

Whether the tab should fill its allocated space