reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
22 lines (19 loc) • 293 B
CSS
.stack-container {
position: relative;
perspective: 600px;
}
.card-rotate {
position: absolute;
cursor: grab;
}
.card {
border-radius: 20px;
border: 5px solid #fff;
overflow: hidden;
}
.card-image {
pointer-events: none;
width: 100%;
height: 100%;
object-fit: cover;
}