The <velin-collapse> Web Component toggles content visibility with a smooth
CSS Grid animation (grid-template-rows: 0fr → 1fr). Pair it with any trigger in
slot="trigger" — keyboard and ARIA wiring are built in. Deutsch: Einklappen
Maturity: Documented as stable in VelinStyle 1.2.0. Design Intelligence (plan / review / agent meta) is separate and beta / foundation where noted.
When to use
A single expand/collapse region controlled by one trigger (filters, “show more”, FAQ item).
When you want open() / close() / toggle() plus velin-open / velin-close events.
When not
Multiple related panels with shared keyboard roving — use Accordion.