SimpleControlPanel API
The SimpleControlPanel is a basic animation playback user interface.
It is intended for use in the panel property of the Controller, where it is rendered by default.
The SimpleControlPanel is unstyled; its purpose is to be an effortless demo component that can be replaced with a more aesthetically pleasing panel later.
Import
import { SimpleControlPanel } from "react-ensemble";
Interface
SimpleControlPanel is a React component.
const SimpleControlPanel: React.FC<ControlPanelProps>;
Props
- Type:
ControlPanelProps
See ControlPanelProps.
Playground
(Minimized Live Code)