mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
docs(radio-button): adjust section copy verbiage
This commit is contained in:
parent
6b34deb5c6
commit
ee52f26b48
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ Bind the selected value using the `selected` prop.
|
||||||
|
|
||||||
<FileSource src="/framed/RadioButton/ProgrammaticRadioButton" />
|
<FileSource src="/framed/RadioButton/ProgrammaticRadioButton" />
|
||||||
|
|
||||||
### Label text aligned left
|
### Left-aligned label text
|
||||||
|
|
||||||
<RadioButtonGroup labelPosition="left" legendText="Storage tier (disk)" selected="standard">
|
<RadioButtonGroup labelPosition="left" legendText="Storage tier (disk)" selected="standard">
|
||||||
<RadioButton labelText="Free (1 GB)" value="free" />
|
<RadioButton labelText="Free (1 GB)" value="free" />
|
||||||
|
@ -79,7 +79,7 @@ Bind the selected value using the `selected` prop.
|
||||||
<RadioButtonSkeleton />
|
<RadioButtonSkeleton />
|
||||||
</RadioButtonGroup>
|
</RadioButtonGroup>
|
||||||
|
|
||||||
### Skeleton (vertical orientation)
|
### Skeleton (vertical)
|
||||||
|
|
||||||
<RadioButtonGroup orientation="vertical" legendText="Storage tier (disk)">
|
<RadioButtonGroup orientation="vertical" legendText="Storage tier (disk)">
|
||||||
<RadioButtonSkeleton />
|
<RadioButtonSkeleton />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue