Skip to content

Details

When you want to provide additional information in context, but you do not want it to clutter up the more important content, use <Details> to add a collapsible container.

Open me!

Hello, world!

import { Details } from "~/components"
<Details header="Open me!">
Hello, world!
</Details>