react-glass-ui
Version:
A customizable React component library for building liquid-glass interfaces with dynamic, realistic fluid distortion. Powered by advanced SVG filters, the library simulates true refraction, blur, and chromatic distortion to create authentic glass-like sur
22 lines (21 loc) • 348 B
CSS
.glass-ui-container {
position: relative;
user-select: none;
}
.glass-ui-card-content {
width: 100%;
height: 100%;
position: relative;
backface-visibility: hidden;
overflow: auto;
z-index: 1;
}
.content-center {
justify-content: center;
}
.d-flex {
display: flex;
}
.items-center {
align-items: center;
}