mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
implement change requests
This commit is contained in:
parent
5ef181d693
commit
746ce9278b
3 changed files with 36 additions and 17 deletions
|
@ -26,3 +26,17 @@ components: ["RadioTileGroup", "RadioTile"]
|
|||
Plus plan
|
||||
</RadioTile>
|
||||
</RadioTileGroup>
|
||||
|
||||
### Light variant
|
||||
|
||||
<RadioTileGroup legend="Service pricing tiers">
|
||||
<RadioTile light value="0" checked>
|
||||
Lite plan
|
||||
</RadioTile>
|
||||
<RadioTile light value="1">
|
||||
Standard plan
|
||||
</RadioTile>
|
||||
<RadioTile light value="2">
|
||||
Plus plan
|
||||
</RadioTile>
|
||||
</RadioTileGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue