Backstage
    Preparing search index...

    Module @backstage/ui

    Components used by Backstage plugins and apps

    @backstage/ui

    Backstage UI is a component library for Backstage.

    Install the package via Yarn:

    cd <package-dir> # if within a monorepo
    yarn add @backstage/ui

    When creating changesets for component-specific changes, add component metadata to help maintain documentation:

    ---
    '@backstage/ui': patch
    ---
    
    Fixed size prop handling for Avatar component.
    
    Affected components: Avatar
    

    Guidelines:

    • Component names: Use PascalCase as they appear in imports (Avatar, ButtonIcon, SearchField)
    • Multiple components: Affected components: Button, ButtonLink, ButtonIcon
    • General changes: Omit the metadata line (build changes, package-level updates)
    • Placement: The line can appear anywhere in the description

    The changelog sync tool will parse these tags and update the documentation site automatically.

    Interfaces

    AccordionGroupProps
    AccordionPanelProps
    AccordionProps
    AccordionTriggerProps
    AlertProps
    AvatarProps
    BgContextValue
    BgProviderProps
    BoxProps
    ButtonIconProps
    ButtonLinkProps
    ButtonProps
    CardBodyProps
    CardFooterProps
    CardHeaderProps
    CellProfileProps
    CellProps
    CellTextProps
    CheckboxProps
    ColumnConfig
    ColumnProps
    ContainerProps
    CursorParams
    CursorResponse
    DialogBodyProps
    DialogFooterProps
    DialogHeaderProps
    DialogProps
    DialogTriggerProps
    FieldLabelProps
    FilterState
    FlexProps
    FullPageProps
    GridItemProps
    GridProps
    HeaderBreadcrumb
    HeaderOwnProps
    HeaderProps
    HeaderTab
    LinkProps
    MarginProps
    NoPagination
    OffsetParams
    OffsetResponse
    PaddingProps
    PagePagination
    PageSizeOption
    PaginationOptions
    PasswordFieldProps
    PluginHeaderOwnProps
    PluginHeaderProps
    PopoverProps
    QueryOptions
    RadioGroupProps
    RadioProps
    RowConfig
    RowProps
    SearchFieldProps
    SearchState
    SelectProps
    SkeletonProps
    SortState
    SpaceProps
    SwitchProps
    TableBodyProps
    TableHeaderProps
    TableItem
    TablePaginationProps
    TableProps
    TableRootProps
    TableSelection
    TabListProps
    TabPanelProps
    TabProps
    TabsProps
    TagGroupProps
    TagProps
    TextFieldProps
    ToggleButtonGroupProps
    ToggleButtonProps
    TooltipProps
    UseTableCursorOptions
    UseTableOffsetOptions
    UseTableResult
    UtilityProps
    VisuallyHiddenProps

    Type Aliases

    AccordionGroupOwnProps
    AccordionOwnProps
    AccordionPanelOwnProps
    AccordionTriggerOwnProps
    AlertOwnProps
    AlignItems
    AnalyticsEventAttributes
    AnalyticsTracker
    AvatarOwnProps
    Border
    BorderRadius
    BoxOwnProps
    BoxUtilityProps
    Breakpoint
    BUIProviderProps
    ButtonIconOwnProps
    ButtonLinkOwnProps
    ButtonOwnProps
    CardBaseProps
    CardBodyOwnProps
    CardButtonVariant
    CardFooterOwnProps
    CardHeaderOwnProps
    CardLinkVariant
    CardOwnProps
    CardProps
    CardStaticVariant
    CellOwnProps
    CellProfileOwnProps
    CellTextOwnProps
    CheckboxOwnProps
    ColumnOwnProps
    Columns
    ContainerBg
    ContainerOwnProps
    DialogBodyOwnProps
    DialogFooterOwnProps
    DialogHeaderOwnProps
    DialogOwnProps
    Display
    FieldLabelOwnProps
    FlexDirection
    FlexOwnProps
    FlexWrap
    FullPageOwnProps
    GridItemOwnProps
    GridOwnProps
    HeaderPageBreadcrumb
    HeaderPageOwnProps
    HeaderPageProps
    JustifyContent
    LinkOwnProps
    Option
    PasswordFieldOwnProps
    PopoverOwnProps
    ProviderBg
    RadioGroupOwnProps
    RadioOwnProps
    Responsive
    RowOwnProps
    RowRenderFn
    SearchFieldOwnProps
    SelectOwnProps
    SkeletonOwnProps
    SortDescriptor
    Space
    SwitchOwnProps
    TableBodyOwnProps
    TableHeaderOwnProps
    TablePaginationOwnProps
    TablePaginationType
    TableRootOwnProps
    TabListOwnProps
    TabMatchStrategy
    TabOwnProps
    TabPanelOwnProps
    TabsOwnProps
    TagGroupOwnProps
    TagOwnProps
    TextColors
    TextColorStatus
    TextFieldOwnProps
    TextOwnProps
    TextProps
    TextVariants
    TextWeights
    ToggleButtonGroupOwnProps
    ToggleButtonOwnProps
    TooltipOwnProps
    UseAnalyticsFn
    UseTableCompleteOptions
    UseTableOptions
    VisuallyHiddenOwnProps

    Variables

    Accordion
    AccordionDefinition
    AccordionGroup
    AccordionGroupDefinition
    AccordionPanel
    AccordionPanelDefinition
    AccordionTrigger
    AccordionTriggerDefinition
    Alert
    AlertDefinition
    Avatar
    AvatarDefinition
    Box
    BoxDefinition
    Button
    ButtonDefinition
    ButtonIcon
    ButtonIconDefinition
    ButtonLinkDefinition
    Card
    CardBody
    CardBodyDefinition
    CardDefinition
    CardFooter
    CardFooterDefinition
    CardHeader
    CardHeaderDefinition
    Checkbox
    CheckboxDefinition
    Container
    ContainerDefinition
    Dialog
    DialogBody
    DialogBodyDefinition
    DialogDefinition
    DialogFooter
    DialogFooterDefinition
    DialogHeader
    DialogHeaderDefinition
    FieldLabel
    FieldLabelDefinition
    Flex
    FlexDefinition
    FullPage
    FullPageDefinition
    Grid
    GridDefinition
    GridItemDefinition
    HeaderDefinition
    HeaderPage
    HeaderPageDefinition
    LinkDefinition
    PasswordField
    PasswordFieldDefinition
    PluginHeaderDefinition
    Popover
    PopoverDefinition
    Radio
    RadioDefinition
    RadioGroup
    RadioGroupDefinition
    SearchField
    SearchFieldDefinition
    Select
    SelectDefinition
    SkeletonDefinition
    Switch
    SwitchDefinition
    TableDefinition
    TablePaginationDefinition
    TabsDefinition
    Tag
    TagGroupDefinition
    Text
    TextDefinition
    TextField
    TextFieldDefinition
    ToggleButton
    ToggleButtonDefinition
    ToggleButtonGroup
    ToggleButtonGroupDefinition
    Tooltip
    TooltipDefinition
    VisuallyHiddenDefinition

    Functions

    BgProvider
    BUIProvider
    Cell
    CellProfile
    CellText
    Column
    DialogTrigger
    getNodeText
    PluginHeader
    Row
    Skeleton
    Tab
    Table
    TableBody
    TableHeader
    TablePagination
    TableRoot
    TabList
    TabPanel
    Tabs
    TagGroup
    TooltipTrigger
    useAnalytics
    useBgConsumer
    useBgProvider
    useBreakpoint
    useTable
    VisuallyHidden