--- title: アスペクト比 description: "アスペクト比に使用するトークンのリスト。" --- ## 使い方 ```tsx ``` ## トークン | Token | Value | | ----------- | ------------- | | `wide` | `"16 / 9"` | | `bronze` | `"3.302 / 1"` | | `golden` | `"1.618 / 1"` | | `landscape` | `"4 / 3"` | | `portrait` | `"3 / 4"` | | `silver` | `"1.414 / 1"` | | `square` | `"1 / 1"` | | `ultrawide` | `"18 / 5"` |