Skip to content

Commit 236c68f

Browse files
committed
added docs
1 parent 7b3646b commit 236c68f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Card/examples

packages/react-core/src/components/Card/examples/Card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ You must avoid rendering any other interactive content within the `<Card>` when
131131

132132
### Single selectable
133133

134-
When a group of single selectable cards are related, you must pass the same `name` property to each card's `selectableActions` property.
134+
When a group of single selectable cards are related, you must pass the same `name` property to each card's `selectableActions` property. For more guidance on selectable cards with hidden input, see our [cards as tiles examples](#cards-as-tiles).
135135

136136
```ts file='./CardSingleSelectable.tsx'
137137

0 commit comments

Comments
 (0)