Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
peek | React.ReactNode | - | Content visible at peek height (always shown) |
half | React.ReactNode | - | Content visible at half height and above |
full | React.ReactNode | - | Content visible at full height only |
defaultSnap | 0 | 1 | 2 | 0 | Starting snap (0=peek, 1=half, 2=full) |
sound | boolean | true | Enable soft tick on snap transitions |

