Skip to content

LogoProps

LogoProps = object

Defined in: components/logo.tsx:33

optional animation?: SeamAnimation

Defined in: components/logo.tsx:36


optional aria-label?: string

Defined in: components/logo.tsx:54

Accessible name. Defaults to “inseam”. The seam row itself is aria-hidden because it’s decorative — the word carries the label.


optional className?: string

Defined in: components/logo.tsx:43


optional density?: LogoDensity

Defined in: components/logo.tsx:35


optional play?: boolean

Defined in: components/logo.tsx:41

When this is true, the draw-in plays; defaults to true on mount.


optional render?: useRender.RenderProp

Defined in: components/logo.tsx:49

Element override. Pass a React element or render function — see Base UI’s render-prop convention. Defaults to <span />.


optional step?: number

Defined in: components/logo.tsx:38

Required when animation="sequential-glow".


optional style?: React.CSSProperties

Defined in: components/logo.tsx:44


optional theme?: LogoTheme

Defined in: components/logo.tsx:42


optional total?: number

Defined in: components/logo.tsx:39


optional variant?: LogoVariant

Defined in: components/logo.tsx:34