Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>Account Hub Radio Card Large Test</title>
<script type="module" src="chrome://messenger/content/accountcreation/content/widgets/account-hub-radio-card-large.mjs"></script>
</head>
<body>
<template
id="accountHubRadioCardLargeTemplate"
>
<label>
<div class="title-line">
<slot name="title" class="title"></slot>
<slot name="tag"></slot>
</div>
<slot name="description" class="description"></slot>
</label>
</template>
<form>
<fieldset role="radiogroup">
<account-hub-radio-card-large value="first">Test</account-hub-radio-card-large>
<account-hub-radio-card-large value="second">Middle</account-hub-radio-card-large>
<account-hub-radio-card-large value="last">End</account-hub-radio-card-large>
</fieldset>
</form>
</body>
</html>