Snap points
Snap points turn a drawer into a multi-stop sheet. Pass an array of percentages (0-1), pixel strings ('355px'), or a mix, ordered from least visible to most visible.
The activeSnapPoint and setActiveSnapPoint props let you read and write the current snap. Setting activeSnapPoint to null closes the drawer.
Non-modal snap drawer
Combine snap points with modal={false} to keep the background interactive (think persistent peek bars in maps and music apps).
Sequential snapping
Fast flicks normally jump multiple snap points by velocity. Set snapToSequentialPoint to force one step per gesture.
Fade from index
By default the overlay fades in continuously as the drawer rises. Pass fadeFromIndex to delay the fade until a specific snap point.
The overlay stays transparent below the index and fades in as the drawer crosses it.