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.

5 lines (4 loc) 207 B
import React from 'react'; import type { MarkerValueContentProps } from './types'; declare const MarkerValueContent: (props: MarkerValueContentProps) => React.JSX.Element; export default MarkerValueContent;