Skip to content

Function: RadioCard()

ts
function RadioCard(__namedParameters): Element;

Defined in: packages/sdk/src/RadioGroup.tsx:68

One option inside a RadioGroup. The whole card is the click target.

Parameters

__namedParameters

value

string

title

string

description?

string

Returns

Element

Example

tsx
<RadioCard
  value="clear"
  title="Clear the finished indicator"
  description="Viewing the terminal acknowledges the run."
/>