tsimport {ClickableCard} from '@astryxdesign/core/ClickableCard'
| Guidance | Practices |
|---|---|
| Do | Use for cards that navigate to a detail page or trigger a single action. |
| Do | Nest buttons or links freely inside; they handle their own events. |
| Don't | Use for toggling selection; use SelectableCard for that. |