mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
Merge 5b715d1ab2
into 4881ff7ffd
This commit is contained in:
commit
1cb3fc59fb
11 changed files with 45 additions and 15 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
<RadioButtonGroup
|
||||
legendText="Storage tier (disk)"
|
||||
name="group-1"
|
||||
selected="standard"
|
||||
on:change="{(e) => {
|
||||
console.log(e.detail); // string
|
||||
|
@ -16,6 +17,7 @@
|
|||
|
||||
<RadioButtonGroup
|
||||
legendText="Storage tier (disk)"
|
||||
name="group-2"
|
||||
labelPosition="left"
|
||||
selected="standard"
|
||||
>
|
||||
|
@ -24,7 +26,11 @@
|
|||
<RadioButton labelText="Pro (128 GB)" value="pro" />
|
||||
</RadioButtonGroup>
|
||||
|
||||
<RadioButtonGroup orientation="vertical" legendText="Storage tier (disk)">
|
||||
<RadioButtonGroup
|
||||
orientation="vertical"
|
||||
legendText="Storage tier (disk)"
|
||||
name="group-3"
|
||||
>
|
||||
<RadioButtonSkeleton />
|
||||
<RadioButtonSkeleton />
|
||||
<RadioButtonSkeleton />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue