@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! ⚡
47 lines (40 loc) • 856 B
CSS
.button-xnaeSA {
color: inherit;
cursor: pointer;
font-size: var(--ac-text-sm);
perspective: 1000px;
background: none;
border: 0;
height: 2.5rem;
padding: .5rem 1rem;
font-weight: 500;
line-height: 1.25rem;
display: inline-block;
position: relative;
}
.button-xnaeSA:focus-visible {
outline: 2px solid var(--ac-ring);
outline-offset: 2px;
}
.face-i7p2h4 {
backface-visibility: hidden;
border-radius: var(--ac-radius-lg);
transform-style: preserve-3d;
justify-content: center;
align-items: center;
display: flex;
position: absolute;
inset: 0;
}
.front-wlGqoF {
background: var(--ac-muted);
color: var(--ac-foreground);
}
.back-g4U4Lz {
background: var(--ac-primary);
color: var(--ac-primary-foreground);
}
.measure-MK5wm8 {
visibility: hidden;
}
/*# sourceMappingURL=flip-button_module.css.map */