reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
22 lines (19 loc) • 308 B
CSS
.text-cursor-container {
width: 100%;
height: 100%;
position: relative;
}
.text-cursor-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.text-cursor-item {
position: absolute;
user-select: none;
white-space: nowrap;
font-size: 1.875rem;
}