feat(stage-tamagotchi): adaptive controls island

This commit is contained in:
Neko Ayaka
2026-08-19 23:30:57 +08:00
parent ae170f1ee0
commit 702b4c862d
16 changed files with 719 additions and 87 deletions
+2
View File
@@ -421,6 +421,8 @@ Dropdown select using reka-ui with grouping and custom rendering.
| `by` | `string \| ((a: T, b: T) => boolean)?` | — | Custom comparison |
| `contentMinWidth` | `string \| number?` | `160` | Dropdown min width |
| `contentWidth` | `string \| number?` | — | Dropdown width |
| `contentSide` | `'top' \| 'right' \| 'bottom' \| 'left'` | `'bottom'` | Preferred dropdown side before collision handling |
| `contentAlign` | `'start' \| 'center' \| 'end'` | `'start'` | Preferred dropdown alignment before collision handling |
| `shape` | `'rounded' \| 'default'` | `'default'` | Shape |
| `variant` | `'blurry' \| 'default'` | `'default'` | Variant |