← 返回
未分类 中文

Uiverse Design

UI component design learning library with 165 curated CSS/Tailwind components from Uiverse Galaxy (open-source, MIT). Use when: (1) user explicitly asks to b...
UI component design learning library with 165 curated CSS/Tailwind components from Uiverse Galaxy (open-source, MIT). Use when: (1) user explicitly asks to b...
cmyang-it cmyang-it 来源
未分类 clawhub v2.1.2 1 版本 100000 Key: 无需
★ 1
Stars
📥 223
下载
💾 0
安装
1
版本
#latest

概述

Uiverse Design — UI Component Design Library

165 curated open-source UI components from Uiverse Galaxy (MIT license). Each component is a self-contained HTML file with inline CSS or Tailwind classes, ready to copy into any project.


About This Skill

This skill ships with a curated subset (165 components, ~15 per category).

The full Uiverse Galaxy repository contains 3800+ components. If the user wants access to the complete library, they can run the included setup script to download it from GitHub:

bash <skill-dir>/scripts/setup.sh

> Note: The setup script downloads external content from GitHub at runtime. The downloaded content is not reviewed as part of this skill and may change over time. Users should review the script source before running it. Use --proxy if a network proxy is needed.

After download completes, the full library replaces the curated subset automatically.


Component Categories

assets/galaxy/
├── Buttons/          — CTA, icon, animated, hover effects
├── Cards/            — Info cards, 3D effects, data display
├── loaders/          — Spinners, progress bars, skeletons
├── Inputs/           — Text, search, floating labels
├── Toggle-switches/  — On/off, multi-state, themed
├── Forms/            — Login, signup, contact, search
├── Checkboxes/       — Custom styled, animated
├── Patterns/         — Backgrounds, gradients, textures
├── Radio-buttons/    — Custom styled, animated
├── Tooltips/         — Hover, click, positioned
└── Notifications/    — Toast, alert, badge

Search Components

bash <skill-dir>/scripts/search.sh <category> [keyword] [--tailwind|--css]
bash <skill-dir>/scripts/search.sh --all [keyword]     # Search all categories
bash <skill-dir>/scripts/search.sh --sample <category>  # Random samples for inspiration
bash <skill-dir>/scripts/search.sh --stats              # Show statistics
bash <skill-dir>/scripts/search.sh --tags               # Popular tags

Design Learning Workflow

Step 1: Identify Page Type → Choose Components

Page TypeFocus OnKey Components
-------------------------------------
DashboardCard grids, data display, loading statesCards, Loaders, Notifications
Admin PanelTables, forms, action buttonsForms, Buttons, Inputs, Checkboxes
Data PanelKPI cards, chart placeholders, filtersCards, Inputs, Radio-buttons
Settings PageToggles, forms, save buttonsToggle-switches, Forms, Buttons
Landing PageEye-catching buttons, gradients, animationsButtons, Patterns, Cards

Step 2: Extract Design Patterns from Components

Each .html file is a design study. Focus on extracting:

Color System — Extract --primary, --bg, --accent variables

Spacing Rhythm — Observe padding, margin, gap values

Border Radius4px (sharp) → 12px (rounded) → 50px (pill)

Shadow Depthbox-shadow offset, blur, and color for layering

Animationtransition duration, transform changes, @keyframes

Typographyfont-size, font-weight, letter-spacing combinations

Step 3: Combine into Complete Pages

Use references/patterns.md for ready-to-use design patterns: card grids, dark themes, KPI displays, status indicators, table styles, and color scheme references.

Component File Format

  • CSS components (84%): Contain