Skip to content

Zurto UI153 Production-Ready React Components

The ultimate dark-theme component library with glassmorphism effects, interactive previews, and unmatched visual appeal. Built for developers who demand both beauty and functionality.

Zurto UI

🚀 Quick Start - Get Up and Running in 60 Seconds

bash
npm install @zurto/ui
bash
yarn add @zurto/ui
bash
pnpm add @zurto/ui

Your First Component in 3 Lines

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

function App() {
  return (
    <ZCard glassEffect>
      <h2>Welcome to Zurto UI</h2>
      <ZInput placeholder="Enter your email" leftIcon="mail" />
      <ZButton variant="primary" leftIcon="send">
        Get Started
      </ZButton>
    </ZCard>
  );
}

What Makes This Special?

  • Glassmorphism applied with one prop (glassEffect)
  • 🎨 Built-in icons - no icon library needed
  • 🌙 Dark theme enabled automatically
  • 📦 Tree-shaken - only imports what you use

📂 Component Categories - 153 Components Organized by Purpose

🎨

Layout & Structure

Cards, Containers, Grid, Flex, Dividers, Spacers

Explore →
🔘

Buttons & Actions

Buttons, Icon Buttons, Button Groups, Action Bars

Explore →
📝

Forms & Input

Inputs, Selects, Checkboxes, Radio, Switches, File Upload

Explore →
📊

Data Display

Tables, Lists, DataGrid, Charts, Stats, Badges, Tags

Explore →
💬

Feedback & Alerts

Alerts, Toasts, Modals, Dialogs, Progress, Spinners

Explore →
🧭

Navigation

Navbar, Sidebar, Tabs, Breadcrumbs, Pagination, Menu

Explore →

🎮 Interactive Component Playground

Experience the power of Zurto UI with live, editable examples. Change the code and see results instantly!

Try It Yourself!

Click "Edit Code" in any preview to modify the component live. Changes appear instantly - no build step required!

🌟 Component Showcase - See What's Possible

Explore our most popular components with interactive examples that demonstrate real-world use cases.

🔘 Buttons - Every Style You Need

📝 Forms - Beautiful Inputs Out of the Box

💬 Feedback - Keep Users Informed

💎 What Makes Zurto UI Different?

🎨 Design Excellence

Every component is crafted with pixel-perfect attention to detail. Our dark theme with glassmorphism effects creates stunning UIs that users love.

⚡ Developer Speed

Build faster with intuitive APIs, comprehensive TypeScript support, and interactive docs. No more hunting through documentation.

🚀 Production Ready

Used in production by teams worldwide. Battle-tested, accessible, performant, and maintained with regular updates and bug fixes.

📚 Comprehensive Documentation

Every component comes with:

  • Live Interactive Examples - Edit and preview in real-time
  • Full API Reference - Every prop, type, and method documented
  • Usage Guidelines - Best practices and common patterns
  • Accessibility Notes - WCAG compliance and keyboard navigation
  • Code Examples - Real-world use cases with copy-paste code
  • TypeScript Definitions - Full type safety and IntelliSense

🎯 Ready to Build Something Amazing?

Start Building Today

Join thousands of developers who trust Zurto UI to build beautiful, accessible, and performant React applications.


Have questions or need help? Join our Discord community or open an issue on GitHub.

Made with ❤️ by the Zurto team

Released under the MIT License.