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

PropTypeDefaultRequiredDescription
textstring-YesThe text to be rendered in the circle.
durationnumber20NoTime in seconds it takes for one complete rotation.
classNamestring-NoOptional Tailwind or custom class names for styling the component.