

Do
Provide an explicit action
Place a Link or Button inside the Card so the action and its semantics are unambiguous.
aidsgn-card is a passive light-DOM container for a related piece of content. It supplies a surface, border, spacing, and restrained elevation without implying that the whole area is interactive.
<aidsgn-card> <strong>Starter plan</strong> <span>For an individual project.</span></aidsgn-card>Place an explicit Button or link inside a Card for an action. Do not attach a click handler to a passive card.


Place a Link or Button inside the Card so the action and its semantics are unambiguous.


Do not attach click behavior to the whole Card; an explicit descendant action communicates its purpose and interaction model.


Use Card to contain content that belongs to the same subject or task rather than for decoration alone.


Do not nest unrelated sections merely to obtain a border and shadow.