Cyberpunk Aesthetic
Cyan/teal glow effects and futuristic styling with OKLCH colors
A cyber-themed React component library with OKLCH colors, glow effects, and full accessibility compliance.
<SeaOwlButton>Default</SeaOwlButton>
<SeaOwlButton variant="outline">Outline</SeaOwlButton>
<SeaOwlBadge variant="success">Success</SeaOwlBadge>npm install @seaowl/webimport { SeaOwlButton, SeaOwlCard, SeaOwlBadge } from '@seaowl/web';
import '@seaowl/web/styles';
export default function App() {
return (
<SeaOwlCard>
<SeaOwlBadge>Active</SeaOwlBadge>
<SeaOwlButton>Get Started</SeaOwlButton>
</SeaOwlCard>
);
}Cyan/teal glow effects and futuristic styling with OKLCH colors
WCAG 2.1 Level AA compliant with 4.5:1 contrast ratios
Full TypeScript support with comprehensive type definitions
Tree-shakeable with minimal dependencies on Radix UI