Dial
An infinite circular number input.
Importing
1
import { Dial } from '@infinityfx/fluid';Usage
API reference
Dial Props
value?
number
defaultValue?
number
Default value for uncontrolled usage.
onChange?
(value: number) => void
rows?
number
4
The number of options in view, which subsequently determines the height of the dial.
rowHeight?
number
1.2
The height of an option row relative to the font size. Will also determine spacing between options.
disabled?
boolean
false