Skip to content
Premium & Brand

Spinning Text

Server Component

A phrase laid out around a slowly rotating circle.

Import

tsx
import { SpinningText } from "@cronus-ui/ui";
bash
npx cronus-ui add spinning-text

Examples

API Reference

Generated from the component's exported types.

SpinningTextProps

Extends Omit<HTMLAttributes<HTMLDivElement>, "children">

Skip SpinningTextProps props table
PropTypeDefaultDescription
ref
Ref<HTMLDivElement>
children*
stringThe phrase laid out around the circle.
radius
number48Radius of the circle, in pixels.
duration
number16Seconds for one full revolution.
reverse
booleanfalseSpin counter-clockwise.