Text Circle
A component that displays text in a circular layout with continuous rotation.
Preview
BERLIX UI * BERLIX UI *
Installation
npx shadcn@latest add "https://ui.rechesoares.com/registry/text-circle.json"
Component Props
Prop | Type | Default | Required | Description |
---|---|---|---|---|
text | string | - | Yes | The text to be rendered in the circle. |
duration | number | 20 | No | Time in seconds it takes for one complete rotation. |
className | string | - | No | Optional Tailwind or custom class names for styling the component. |