SeamProps
SeamProps =
object
Defined in: components/seam.tsx:27
Properties
Section titled “Properties”animation?
Section titled “animation?”
optionalanimation?:SeamAnimation
Defined in: components/seam.tsx:34
cells?
Section titled “cells?”
optionalcells?:number|"fill"
Defined in: components/seam.tsx:33
Number of cells, or “fill” to expand to the parent’s measured width. Defaults to “fill” — the typical case.
className?
Section titled “className?”
optionalclassName?:string
Defined in: components/seam.tsx:40
optionalplay?:boolean
Defined in: components/seam.tsx:39
When this is true, the draw-in plays; defaults to true on mount.
render?
Section titled “render?”
optionalrender?:useRender.RenderProp
Defined in: components/seam.tsx:42
optionalstep?:number
Defined in: components/seam.tsx:36
Required when animation="sequential-glow".
style?
Section titled “style?”
optionalstyle?:React.CSSProperties
Defined in: components/seam.tsx:41
total?
Section titled “total?”
optionaltotal?:number
Defined in: components/seam.tsx:37
variant?
Section titled “variant?”
optionalvariant?:SeamVariant
Defined in: components/seam.tsx:28