UNPKG

@gfazioli/mantine-picker

Version:

A Mantine 9 iOS-style wheel picker component with 3D rotation, drag/wheel/keyboard navigation, momentum scrolling, and customizable item rendering.

10 lines (5 loc) 137 B
'use client'; 'use strict'; var Picker = require('./Picker.cjs'); exports.Picker = Picker.Picker; //# sourceMappingURL=index.cjs.map