Skip to content

components/quota-meter

@fungi.computer/caps


@fungi.computer/caps / components/quota-meter

QuotaMeterProps = object & Omit<HTMLAttributes<HTMLDivElement>>, "children">>

Props accepted by QuotaMeter.

label: ReactNode

value: number

max: number

optional valueLabel?: ReactNode

optional maxLabel?: ReactNode

optional description?: ReactNode

optional indicator?: ReactNode

optional tone?: ProgressTone

const QuotaMeter: ForwardRefExoticComponent<object & Omit<HTMLAttributes<HTMLDivElement>>, "children"> > & RefAttributes<HTMLDivElement>>>>

A meter presentation for caller-provided quota values.