Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/GameProgressBar

Variables

Functions

Variables

Const useStyles

useStyles: function = makeStyles(theme => ({root: {padding: 0,},track: {height: 20,},rail: {height: 20,color: theme.palette.background.paper,opacity: 0.9,},mark: {height: 20,backgroundColor: theme.palette.primary.main,},markActive: {backgroundColor: theme.palette.primary.main,},markLabel: {top: 1,paddingLeft: "100px",},disabled: {color: theme.palette.secondary.main + " !important"},thumb: {backgroundColor: "transparent"}}))

CSS style hook for GameProgressBar component

Type declaration

    • (props?: any): ClassNameMap<ClassKey>
    • Parameters

      • Optional props: any

      Returns ClassNameMap<ClassKey>

Functions

Const GameProgressBar

  • GameProgressBar(): Element
  • React Component showing current progress of the ongoing game turn, in form of graphical bar. It automatically updates through listening to changes in latest block with useSingleton.

    Returns Element

Generated using TypeDoc