Skip to content

@zurto/uiModern React Components

Beautiful dark theme UI library with glassmorphism effects

Zurto UI

Quick Install ​

bash
npm install @zurto/ui

Quick Start ​

tsx
import { ZButton, ZCard, ZInput } from "@zurto/ui";
import "@zurto/ui/styles";

function App() {
  return (
    <ZCard>
      <ZInput placeholder="Enter your email" />
      <ZButton variant="primary">Subscribe</ZButton>
    </ZCard>
  );
}

Released under the MIT License.