Skip to content

SeamProps

SeamProps = object

Defined in: components/seam.tsx:27

optional animation?: SeamAnimation

Defined in: components/seam.tsx:34


optional cells?: 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.


optional className?: string

Defined in: components/seam.tsx:40


optional play?: boolean

Defined in: components/seam.tsx:39

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


optional render?: useRender.RenderProp

Defined in: components/seam.tsx:42


optional step?: number

Defined in: components/seam.tsx:36

Required when animation="sequential-glow".


optional style?: React.CSSProperties

Defined in: components/seam.tsx:41


optional total?: number

Defined in: components/seam.tsx:37


optional variant?: SeamVariant

Defined in: components/seam.tsx:28