Docs Components
ToolCardexperimental
A launcher on the Home screen: an icon, the tool's name, what it's for, and a pin to keep favorites close.
API
| Prop | Type | Description |
|---|---|---|
icon required | ReactNode | lucide icon, decorative. |
title required | string | Tool name (h3). |
tier | string | Neutral badge: Core, H1, etc. |
description required | string | One sentence of purpose. |
onOpen required | function | Launches the tool. |
pinned / onPinToggle | boolean / function | Pin button with aria-pressed; pinned state uses accent text. |
Guidelines
- mustThe Open button is secondary — the dashboard's single primary belongs to the page-level quick action.