Skip to main content

InlineProps

Home > @backstage/canon > InlineProps

Signature:

export interface InlineProps extends SpaceProps, ColorProps 

Extends: SpaceProps, ColorProps

Properties

Property

Modifiers

Type

Description

align?

'left' | 'center' | 'right' | Partial<Record<Breakpoint, 'left' | 'center' | 'right'>>

(Optional)

alignY?

'top' | 'center' | 'bottom' | Partial<Record<Breakpoint, 'top' | 'center' | 'bottom'>>

(Optional)

as?

AsProps

(Optional)

children

React.ReactNode

className?

string

(Optional)

style?

React.CSSProperties

(Optional)