DevSnips AI

AI Product / Chat

Talk to your
codebase.

A refined, dark monochrome AI chat surface — hairline borders, generous spacing, and a single accent. Wire to any model endpoint.

DevSnips Assistant

Ready · v2

You

How do I animate an accordion with the grid-rows trick?

Assistant

Wrap the panel in grid-rows-[0fr], animate to grid-rows-[1fr] with transition-[grid-template-rows], and nest an overflow-hidden wrapper. The row grows from 0 to auto with zero layout cost.

// pair with prompt-library and agent-workflow