LogoProps
LogoProps =
object
Defined in: components/logo.tsx:33
Properties
Section titled “Properties”animation?
Section titled “animation?”
optionalanimation?:SeamAnimation
Defined in: components/logo.tsx:36
aria-label?
Section titled “aria-label?”
optionalaria-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.
className?
Section titled “className?”
optionalclassName?:string
Defined in: components/logo.tsx:43
density?
Section titled “density?”
optionaldensity?:LogoDensity
Defined in: components/logo.tsx:35
optionalplay?:boolean
Defined in: components/logo.tsx:41
When this is true, the draw-in plays; defaults to true on mount.
render?
Section titled “render?”
optionalrender?: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 />.
optionalstep?:number
Defined in: components/logo.tsx:38
Required when animation="sequential-glow".
style?
Section titled “style?”
optionalstyle?:React.CSSProperties
Defined in: components/logo.tsx:44
theme?
Section titled “theme?”
optionaltheme?:LogoTheme
Defined in: components/logo.tsx:42
total?
Section titled “total?”
optionaltotal?:number
Defined in: components/logo.tsx:39
variant?
Section titled “variant?”
optionalvariant?:LogoVariant
Defined in: components/logo.tsx:34