🧩
↑ 12%
128
Total Components
📥
↑ 24%
48.2K
Total Downloads
👥
↑ 8%
3,847
Active Users
↓ 2%
4.9
Average Rating

Component Usage

Usage Count
Downloads

Recent Activity

n
🚀

v2.4.0 deployed to production

by Alex Johnson

2m ago
📝

Added Card component variants

by Sarah Kim

15m ago
🔀

Merged PR #342: Form validation

by Marcus Rivera

1h ago
🐛

Fixed responsive grid bug

by Emma Johnson

3h ago
📦

Published @webui/modal v1.2.0

by Alex Johnson

5h ago
📝

Updated color token definitions

by Sarah Kim

8h ago

Components Library

Component Status Version Downloads Team Usage
🔘
Button
@webui/button
Stable v3.2.1 12,847
AJ
SK
MR
92%
🃏
Card
@webui/card
Stable v2.8.0 9,234
AJ
EJ
78%
Navigation
@webui/nav
Beta v1.4.2 6,120
SK
MR
+2
65%
📋
Form
@webui/form
Stable v2.1.0 8,567
AJ
EJ
SK
85%
Modal
@webui/modal
Stable v2.0.3 7,891
MR
+1
71%
Grid
@webui/grid
In Dev v0.9.0 2,103
AJ
34%

Preview Components

Button

Versatile button component with multiple variants

primary outline icon
Card Title

Card description text goes here with supporting details.

Card

Content container with header, body, and footer slots

elevated outlined
Home
About
Contact

Navigation

Responsive navigation with active state management

responsive accessible

Form

Accessible form elements with validation support

input validation checkbox
Success!

Your changes have been saved successfully.

Modal

Modal dialogs with backdrop and keyboard support

dialog confirm

Grid

Flexible grid system with responsive breakpoints

responsive flexible

Generated Code

Dashboard.tsx
// Generated by Webui — Dashboard Component
import { Card, Button, Grid, Stat } from '@webui/core';
import { useAnalytics } from '@webui/hooks';

export default function Dashboard() {
  const { stats, loading } = useAnalytics({
    interval: 5000,
    refresh: true,
  });

  return (
    <Grid cols="4" gap="20px">
      {stats.map((s) => (
        <Stat
          key={s.id}

          label={s.label}

          value={s.value}

          change={s.change}

        />
      ))}    </Grid>
  );
}

// Export to: React, Vue, Svelte, HTML/CSS

Team Progress

Button Component 92%
Form Validation 78%
Navigation v2 65%
Grid System 34%
Modal Redesign 85%
Design Tokens Sync 100%

Quick Actions

New Component

Create from scratch or template

📦

Publish

Release to npm registry

🔗

Integrate

Connect CI/CD pipelines

📊

Analytics

View detailed reports