const CARD: &str = "rounded-xl border border-zinc-200 bg-white p-1.5 transition-colors ease-out \
hover:border-zinc-300 dark:border-zinc-700 dark:bg-zinc-800 dark:hover:border-zinc-600";Expand description
A choice shown as a card: a sample of what it does over its name.