Spinning Text
Server ComponentA 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">
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | — |
children* | string | — | The phrase laid out around the circle. |
radius | number | 48 | Radius of the circle, in pixels. |
duration | number | 16 | Seconds for one full revolution. |
reverse | boolean | false | Spin counter-clockwise. |