mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs(radio-button): rename to "Reactive example"
This commit is contained in:
parent
f52c217cb7
commit
35d59a2cb8
2 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ Use the named "legendText" slot to customize the legend text.
|
|||
<RadioButton labelText="Pro (128 GB)" value="pro" />
|
||||
</RadioButtonGroup>
|
||||
|
||||
### Programmatic usage
|
||||
### Reactive example
|
||||
|
||||
Bind the selected value using the `selected` prop.
|
||||
Use the `selected` prop to bind and update the selected value.
|
||||
|
||||
<FileSource src="/framed/RadioButton/ProgrammaticRadioButton" />
|
||||
<FileSource src="/framed/RadioButton/RadioButtonReactive" />
|
||||
|
||||
### Left-aligned label text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue