@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! ⚡
41 lines (34 loc) • 852 B
CSS
.fallback-u_1nDW {
align-items: center;
gap: var(--ac-space-3);
padding: var(--ac-space-8);
text-align: center;
flex-direction: column;
justify-content: center;
display: flex;
}
.title-sC_d4o {
color: var(--ac-destructive);
font-size: var(--ac-text-lg);
font-weight: 600;
}
.message-XHyoUA {
color: var(--ac-muted-foreground);
max-width: 32rem;
}
.message-XHyoUA, .retry-lwlF55 {
font-size: var(--ac-text-sm);
}
.retry-lwlF55 {
background-color: var(--ac-background);
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-md);
color: var(--ac-foreground);
cursor: pointer;
padding: var(--ac-space-2) var(--ac-space-4);
transition: background-color var(--ac-transition-fast);
}
.retry-lwlF55:hover {
background-color: var(--ac-accent);
}
/*# sourceMappingURL=error-boundary_module.css.map */