mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Some fixes
This commit is contained in:
parent
5f5293a5b9
commit
94f5965155
2 changed files with 3 additions and 37 deletions
|
@ -22,21 +22,7 @@ components: ["RadioTileGroup", "RadioTile"]
|
|||
<RadioTile value="1">
|
||||
Standard plan
|
||||
</RadioTile>
|
||||
<RadioTile light value="2">
|
||||
Plus plan (light variant)
|
||||
</RadioTile>
|
||||
</TileGroup>
|
||||
|
||||
### 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">
|
||||
<RadioTile value="2">
|
||||
Plus plan
|
||||
</RadioTile>
|
||||
</TileGroup>
|
||||
</RadioTileGroup>
|
||||
|
|
|
@ -19,24 +19,4 @@ components: ["SelectableTile", "SelectableTileGroup"]
|
|||
<SelectableTile title="Option 3">
|
||||
Option 3
|
||||
</SelectableTile>
|
||||
<SelectableTile light title="Option 4">
|
||||
Option 4 (light variant)
|
||||
</SelectableTile>
|
||||
</div>
|
||||
|
||||
### Multi-selectable tiles with light variant
|
||||
|
||||
<SelectableTileGroup legend="Select the options you require">
|
||||
<SelectableTile light title="Option 1" selected>
|
||||
Option 1
|
||||
</SelectableTile>
|
||||
<SelectableTile light title="Option 2" selected>
|
||||
Option 2
|
||||
</SelectableTile>
|
||||
<SelectableTile light title="Option 3">
|
||||
Option 3
|
||||
</SelectableTile>
|
||||
<SelectableTile light title="Option 4">
|
||||
Option 4
|
||||
</SelectableTile>
|
||||
</div>
|
||||
</SelectableTileGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue