reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
22 lines (20 loc) • 319 B
CSS
.dot-grid {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
position: relative;
}
.dot-grid__wrap {
width: 100%;
height: 100%;
position: relative;
}
.dot-grid__canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}