Package-level declarations

Types

Link copied to clipboard
external interface PlayButtonProps : Props

Props for the play button component.

Link copied to clipboard
external interface WarningModalProps : ModalProps

Props used to customize the WarningModal.

Properties

Link copied to clipboard
val AppContent: FC<Props>

The application main content section.

Link copied to clipboard
val AppNavbar: FC<Props>

The application Navbar.

Link copied to clipboard

Play Button component. Used to start and pause the simulation.

Link copied to clipboard
val RenderModeButtons: FC<Props>

The button group that let the user decide which render mode to use.

Link copied to clipboard

Modal used to show information about something that didn't work as expected.