Develop ultra fast with Prismane 🎉

Progress API

Learn about the Progress component's props and CSS classes.

Import

import { ProgressProps } from "@prismane/core";

Props

Progress extends Flex and Transition components' props.

NameTypeDescriptionDefault
valuenumberThe percentage of the progress container.-
labelReactNodeThe label of the progress container.-
sizePrismaneBreakpoints / string / numberThe size of the progress container.base

CSS

Progress extends Flex and Transition components' CSS classes.

RuleGlobal ClassDescription
root.PrismaneProgress-rootThe container of the progress component.
root.PrismaneProgress-root-{size}The container of the progress component based on it's size.