Skip to content

Dial

Dial Creates and control dial slider widgets.

This widget provides ability to add and manipulate native dial slider widgets.

Example

example_dial.tsx
import { Dial } from '@vixen-js/core-react';
export function DialExample() {
return (
<Dial />
);
}

Learn more about Dial