Skip to main content
Ctrl+K
bootstack is in pre-release — the API may still change before 1.0. Install with pip install --pre bootstack.
bootstack - Home bootstack - Home
  • User Guide
  • Widgets
  • API Reference
  • Production
  • GitHub
  • User Guide
  • Widgets
  • API Reference
  • Production
  • GitHub
  • Application
    • bootstack.App
    • bootstack.AppShell
    • bootstack.Window
  • Widgets
    • bootstack.Accordion
    • bootstack.AccordionSection
    • bootstack.Avatar
    • bootstack.Badge
    • bootstack.Button
    • bootstack.ButtonGroup
    • bootstack.Calendar
    • bootstack.Card
    • bootstack.Carousel
    • bootstack.Checkbox
    • bootstack.CodeEditor
    • bootstack.CommandBar
    • bootstack.ContextMenu
    • bootstack.ContextMenuItem
    • bootstack.DataTable
    • bootstack.DateField
    • bootstack.FieldItem
    • bootstack.Form
    • bootstack.FormItem
    • bootstack.Gallery
    • bootstack.Gauge
    • bootstack.Grid
    • bootstack.GroupBox
    • bootstack.GroupItem
    • bootstack.HStack
    • bootstack.Label
    • bootstack.ListView
    • bootstack.MenuButton
    • bootstack.Notification
    • bootstack.NumberField
    • bootstack.PageStack
    • bootstack.PasswordField
    • bootstack.PathField
    • bootstack.Picture
    • bootstack.ProgressBar
    • bootstack.Radio
    • bootstack.RadioGroup
    • bootstack.RadioToggleButton
    • bootstack.RangeSlider
    • bootstack.ScrollView
    • bootstack.Select
    • bootstack.SelectButton
    • bootstack.Separator
    • bootstack.Slider
    • bootstack.Snackbar
    • bootstack.snackbar
    • bootstack.SpinnerField
    • bootstack.SplitPane
    • bootstack.SplitView
    • bootstack.StackPage
    • bootstack.StatusBar
    • bootstack.Switch
    • bootstack.TabItem
    • bootstack.TabPage
    • bootstack.Tabs
    • bootstack.TabsItem
    • bootstack.TextArea
    • bootstack.TextField
    • bootstack.TimeField
    • bootstack.toast
    • bootstack.ToggleButton
    • bootstack.ToggleGroup
    • bootstack.Tooltip
    • bootstack.Tree
    • bootstack.TreeNode
    • bootstack.VStack
  • Reactivity
    • bootstack.Signal
    • bootstack.streams.Stream
    • bootstack.streams.Handle
  • Events
    • bootstack.events.Event
    • bootstack.events.Subscription
    • bootstack.events.ChangeEvent
    • bootstack.events.InputEvent
    • bootstack.events.ValidationEvent
    • bootstack.events.TextModifiedEvent
    • bootstack.events.ToggleEvent
    • bootstack.events.SliderEvent
    • bootstack.events.SliderCommitEvent
    • bootstack.events.RangeSliderEvent
    • bootstack.events.RangeSliderCommitEvent
    • bootstack.events.DateSelectEvent
    • bootstack.events.PageChangeEvent
    • bootstack.events.WorkspaceChangeEvent
    • bootstack.events.NavEvent
    • bootstack.events.PaneToggleEvent
    • bootstack.events.DisplayModeEvent
    • bootstack.events.AccordionChangeEvent
    • bootstack.events.TabChangeEvent
    • bootstack.events.TabActivateEvent
    • bootstack.events.TabDeactivateEvent
    • bootstack.events.TabCloseEvent
    • bootstack.events.RowEvent
    • bootstack.events.RowsEvent
    • bootstack.events.SelectionEvent
    • bootstack.events.TreeSelectionEvent
    • bootstack.events.ExportEvent
    • bootstack.events.ButtonGroupClickEvent
    • bootstack.events.MenuSelectEvent
    • bootstack.events.DataChangeEvent
    • bootstack.events.ImageLoadEvent
    • bootstack.events.ImageErrorEvent
    • bootstack.events.TabRef
  • Dialogs
    • bootstack.alert
    • bootstack.ask_color
    • bootstack.ask_date
    • bootstack.ask_date_range
    • bootstack.ask_directory
    • bootstack.ask_filter
    • bootstack.ask_float
    • bootstack.ask_font
    • bootstack.ask_integer
    • bootstack.ask_item
    • bootstack.ask_open_file
    • bootstack.ask_open_files
    • bootstack.ask_save_file
    • bootstack.ask_string
    • bootstack.confirm
    • bootstack.toast
    • bootstack.dialogs.ColorChooserDialog
    • bootstack.dialogs.ColorChoice
    • bootstack.dialogs.Dialog
    • bootstack.dialogs.DialogButton
    • bootstack.dialogs.FilterDialog
    • bootstack.dialogs.FontChoice
    • bootstack.dialogs.FontDialog
    • bootstack.dialogs.FormDialog
  • Data
    • bootstack.data.MemoryDataSource
    • bootstack.data.SqliteDataSource
    • bootstack.data.FileDataSource
    • bootstack.data.FileSourceConfig
    • bootstack.data.BaseDataSource
    • bootstack.data.DataSourceProtocol
    • bootstack.data.col
    • bootstack.data.any_of
    • bootstack.data.all_of
    • bootstack.data.Column
    • bootstack.data.Condition
    • bootstack.data.SortKey
    • bootstack.data.read_records
    • bootstack.data.write_records
    • bootstack.data.get_reader
    • bootstack.data.get_writer
    • bootstack.data.register_reader
    • bootstack.data.register_writer
    • bootstack.data.supported_read_extensions
    • bootstack.data.supported_write_extensions
  • Validation
    • bootstack.validation.ValidationRule
    • bootstack.validation.ValidationResult
  • Images
    • bootstack.images.Image
    • bootstack.images.get_icon
    • bootstack.images.list_icons
    • bootstack.images.AppIcon
  • Theming
    • bootstack.set_theme
    • bootstack.toggle_theme
    • bootstack.style.Theme
    • bootstack.style.get_theme
    • bootstack.style.get_theme_color
    • bootstack.style.get_themes
    • bootstack.style.get_font_families
    • bootstack.style.set_font_family
    • bootstack.style.update_font_token
  • Localization (i18n)
  • Scheduling
    • bootstack.scheduling.Schedule
    • bootstack.scheduling.Job
  • Shortcuts
    • bootstack.shortcuts.get_shortcuts
    • bootstack.shortcuts.Shortcuts
    • bootstack.shortcuts.Shortcut
  • Storage
  • Errors
  • Types
  • API Reference
  • Widgets
  • bootstack.TabItem

bootstack.TabItem#

class bootstack.TabItem(label, items=<factory>, padding=8)#

Bases: object

A single tab within a TabsItem.

items: list[FieldItem | Mapping[str, Any] | GroupItem | TabsItem]#

FieldItem, GroupItem, or TabsItem instances for this tab’s content.

label: str#

Tab button label.

padding: int | str | tuple[int, int] | tuple[int, int, int, int] | None = 8#

Internal padding inside the tab body. Default 8.

previous

bootstack.Switch

next

bootstack.TabPage

On this page
  • TabItem
    • TabItem.items
    • TabItem.label
    • TabItem.padding

© Copyright 2026, Israel Dryer.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.19.0.