@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
24 lines (21 loc) • 429 B
CSS
.root {
position: relative;
display: inline-block;
}
.text,
.neon {
margin: 0;
color: transparent;
background-image: var(--ac-gradient-text-background);
background-position: 0% 0%;
background-size: 700% 100%;
-webkit-background-clip: text;
background-clip: text;
}
.neon {
position: absolute;
inset: 0;
filter: blur(8px);
mix-blend-mode: plus-lighter;
pointer-events: none;
}