1
<Accordion title="First Item" message="Some value for 1" />
2
<Accordion title="Second Item" message="Some value for 2" />
import { Accordion } from "@zuzjs/ui"
<Accordion title="Account" message="Manage your profile and security" />
<Accordion title="Account" message="Manage your profile and security" />
<Accordion title="Settings" message="Configure preferences" variant="sm" disabled={false} />