@gtkx/react / NotebookPageProps
Type Alias: NotebookPageProps
NotebookPageProps =
object
Defined in: packages/react/src/jsx.ts:443
Props for notebook (tabbed) pages.
Properties
children?
optionalchildren?:ReactNode
Defined in: packages/react/src/jsx.ts:445
Content to place in the notebook page
label?
optionallabel?:string
Defined in: packages/react/src/jsx.ts:447
Tab label text (optional when using Notebook.PageTab)
tabExpand?
optionaltabExpand?:boolean
Defined in: packages/react/src/jsx.ts:449
Whether the tab should expand to fill available space
tabFill?
optionaltabFill?:boolean
Defined in: packages/react/src/jsx.ts:451
Whether the tab should fill its allocated space