PromptLoopDiagram
Import
import { PromptLoopDiagram } from 'markgraphy';Basic usage
<PromptLoopDiagram
autoPlay={true}
speedMs={1200}
showControls={true}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
autoPlay? | boolean | true | Start playing on mount. Default true. |
speedMs? | number | 1200 | Milliseconds per step. Default 1200. |
showControls? | boolean | true | Show the playback controls. Default true. |
class? | string | '' | — |
Exported types
PromptLoopDiagramProps