mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Some fixes
This commit is contained in:
parent
fe5c571b13
commit
184c3d9219
13 changed files with 95 additions and 32710 deletions
|
@ -29,14 +29,14 @@ components: ["RadioTileGroup", "RadioTile"]
|
|||
|
||||
### Light variant
|
||||
|
||||
<RadioTileGroup light legend="Service pricing tiers">
|
||||
<RadioTile value="0" checked>
|
||||
<RadioTileGroup legend="Service pricing tiers">
|
||||
<RadioTile light value="0" checked>
|
||||
Lite plan
|
||||
</RadioTile>
|
||||
<RadioTile value="1">
|
||||
<RadioTile light value="1">
|
||||
Standard plan
|
||||
</RadioTile>
|
||||
<RadioTile value="2">
|
||||
<RadioTile light value="2">
|
||||
Plus plan
|
||||
</RadioTile>
|
||||
</TileGroup>
|
Loading…
Add table
Add a link
Reference in a new issue