Skip to content
Docs
January 2026

January 2026

Added CircularText.

New component: CircularText

Arranges a string of characters evenly around a circular path and rotates continuously. The radius, font size, animation speed, and direction are all configurable. It works well as a decorative label around an avatar or icon, and pairs with a centered element inside the circle.

The rotation uses a CSS animation rather than JavaScript, so it runs on the compositor thread and doesn't contribute to layout recalculations.