UNPKG

@remirage/react-native-wheel-input

Version:

react-native-radial-input-slider is a React Native component that allows users to select a value using a circular radial slider while also providing a direct input field in the center for manual number entry.

4 lines (3 loc) 164 B
import RootSlider from './RootSlider'; export { RootSlider as RadialSlider }; export type { RadialSliderProps, SpeedoMeterProps, RootSliderProps, } from './types';