□
Cards
Container components for grouping content
ID: SIMPLE
Simple Card
Basic bordered container
preview.tsx
┌────────┐ │ Content│ └────────┘
VIEW_DETAILS-->
ID: TITLED
Titled Card
Card with header title
preview.tsx
┌─ Title ─┐ │ Body │ └─────────┘
VIEW_DETAILS-->
ID: ALERT
Alert Card
Card for important messages
preview.tsx
(!) Alert Check logs
VIEW_DETAILS-->
ID: STATS
Stats Card
Display numerical data
preview.tsx
CPU: 45% [|||| ]
VIEW_DETAILS-->
ID: INFO
Info Box
Information display container
preview.tsx
ℹ️ Info Read-only
VIEW_DETAILS-->
ID: ERROR
Error Box
Error message container
preview.tsx
❌ Error Failed!
VIEW_DETAILS-->
< cd ..END_OF_BUFFER