Task

The Task component provides a structured way to display task lists or workflow progress with collapsible details, status indicators, and progress tracking. It consists of a main Task container with TaskTrigger for the clickable header and TaskContent for the collapsible content area.

Searching "src/routes/+page.svelte, components structure"
Read
svelte-logo +page.svelte
Scanning 47 files
Scanning 3 files
Reading file
svelte-logo +layout.svelte

Installation

pnpm dlx shadcn-svelte@latest add https://ai-elements.vercel.app/r/task.json

Usage