# Elements

> Elements

- Skill: `reaviz/elements` (Agent Skill)
- Install (CLI): `npx skillmds@latest add reaviz/elements`
- Raw SKILL.md: https://api.skillmd.com/api/skills/reaviz/elements/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: reaviz (https://skillmd.com/u/reaviz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/reaviz/elements

---

# Elements

Basic UI building blocks for constructing interfaces. These are the foundational interactive and display components.

## Components

| Component | Description |
|-----------|-------------|
| **Avatar** | User avatar with image, initials, or icon fallback |
| **AvatarGroup** | Display multiple avatars in a stacked group |
| **Badge** | Small status indicator or count label |
| **Button** | Primary action trigger with variants, colors, sizes, and icon support |
| **Chip** | Compact element for tags, filters, or selections |
| **CommandPalette** | Searchable command menu (keyboard-driven, fuzzy search via Fuse.js) |
| **IconButton** | Button optimized for icon-only actions |
| **Kbd** | Keyboard shortcut display element |
| **Loader** | Loading spinner/dots indicator |
| **Navigation** | Navigation menu component |
| **Skeleton** | Placeholder loading skeleton for content |

