componente · v0.2.0+
ToolCard
Card con accent bar 5px superior + icon box 42×42 + title display + tag pill + subtitle + body + meta strip opcional. Color del accent customizable.
Variantes
GitHub Copilot
IDE PluginEl pionero
Completion + chat dentro del IDE. El más extendido.
Claude Code
CLICLI agéntico
Terminal-first. Lee y edita el repo entero con criterio. Skills + subagentes nativos.
Cursor
IDEFork de VSCode IA-first
Edit múltiples archivos a la vez. Composer + agente.
Aider
CLIPair programmer
Open source. Git-first: cada edit es un commit. Bring your own model.
uso
<ToolCard
icon="🤖"
title="Claude Code"
subtitle="CLI agéntico"
tag="CLI"
accent="#2563eb"
body="Terminal-first. Lee y edita el repo entero."
meta={['Anthropic', 'CLI']}
/> Props
| Prop | Tipo | Default | Descripción |
|---|---|---|---|
icon | string | '' | Emoji/glyph para el icon box. |
title | string | '' | Título display. |
subtitle | string | '' | Subtítulo (opcional). |
tag | string | '' | Pill mono uppercase a la derecha del título. |
accent | string | var(--color-electrico) | Color del accent bar superior + borde del icon box. |
body | string | '' | Texto principal (alternativa al slot). |
meta | string[] | [] | Strip inferior con meta-data en mono. |