Components
Version 0.9.1

Components

Layout Components#

We built a couple of layout components to help you build responsive elements that will be consistent with the rest of your Backstage instance. These components are opinionated and use TypeScript to ensure that the props you provide are the ones coming from the theme.

Layout components
<Flex direction="column" gap="4">
  <Box>Hello World</Box>
  <Inline gap="sm">
    <Box>Project 1</Box>
    <Box>Project 2</Box>
  </Inline>
</Flex>
Box
The most basic layout component
Flex
Arrange your components vertically
Grid
Arrange your components in a grid
Container
A container for your components

Components#

Actions#

Content display#

Selection and inputs#

Images and icons#

Feedback indicators#

Typography#