Pular para o conteúdo principal

ProgressBar

Import

import { ProgressBar } from '@resultadosdigitais/tangram-components'

Properties

progress

Typenumber
Default0

Description

Sets the progress value.

size

Type
Enum of:
  • ProgressBar.sizes.sm
  • ProgressBar.sizes.md
  • ProgressBar.sizes.lg
DefaultProgressBar.sizes.md

Description

Sets the size of ProgressBar.

placement

Type
Enum of:
  • ProgressBar.placements.in
  • ProgressBar.placements.out
Defaultundefined

Description

Sets the placement of ProgressBar label.

alignment

Type
Enum of:
  • ProgressBar.alignments.left
  • ProgressBar.alignments.center
  • ProgressBar.alignments.right
  • ProgressBar.alignments.dynamic
Defaultundefined

Description

Sets the alignment of ProgressBar label.

mode

Type
Enum of:
  • ProgressBar.modes.light
  • ProgressBar.modes.dark
DefaultProgressBar.modes.light

Description

Sets the mode of ProgressBar.

Feedback