UNPKG

reactbits-mcp-server

Version:

MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements

25 lines (24 loc) 462 B
.circular-text { margin: 0 auto; border-radius: 50%; width: 200px; position: relative; height: 200px; font-weight: bold; color: #fff; font-weight: 900; text-align: center; cursor: pointer; transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; } .circular-text span { position: absolute; display: inline-block; left: 0; right: 0; top: 0; bottom: 0; font-size: 24px; transition: all 0.5s cubic-bezier(0, 0, 0, 1); }