mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs(aspect-ratio): add "Ratio 2x3" example
This commit is contained in:
parent
98d82f9c2a
commit
bfa4d61b3e
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ Supported aspect ratios include `"2x1"`, `"16x9"`, `"4x3"`, `"1x1"`, `"3x4"`, `"
|
|||
2x1
|
||||
</AspectRatio>
|
||||
|
||||
### Ratio 2x3
|
||||
|
||||
<AspectRatio ratio="2x3">
|
||||
2x3
|
||||
</AspectRatio>
|
||||
|
||||
### Ratio 16x9
|
||||
|
||||
<AspectRatio ratio="16x9">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue