D
DevSnips

AI Product / Chat

Talk to your
codebase.

A brutalist AI chat surface — hard borders, offset shadows, and zero rounded corners. Wire it to any model endpoint and ship.

DevSnips Bot

ONLINE · GPT-SNIP

YOU

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

BOT

Wrap your panel in a grid with grid-rows-[0fr], animate to grid-rows-[1fr] over transition-[grid-template-rows], and keep an inner overflow-hidden wrapper. The row grows from 0 to auto smoothly.

thinking…

// Tip: pair this with the prompt-library and agent-workflow sections