components/quota-meter
@fungi.computer/caps / components/quota-meter
components/quota-meter
Section titled “components/quota-meter”Type Aliases
Section titled “Type Aliases”QuotaMeterProps
Section titled “QuotaMeterProps”QuotaMeterProps =
object&Omit<HTMLAttributes<HTMLDivElement>>,"children">>
Props accepted by QuotaMeter.
Type Declaration
Section titled “Type Declaration”label:
ReactNode
value:
number
max:
number
valueLabel?
Section titled “valueLabel?”
optionalvalueLabel?:ReactNode
maxLabel?
Section titled “maxLabel?”
optionalmaxLabel?:ReactNode
description?
Section titled “description?”
optionaldescription?:ReactNode
indicator?
Section titled “indicator?”
optionalindicator?:ReactNode
optionaltone?:ProgressTone
Variables
Section titled “Variables”QuotaMeter
Section titled “QuotaMeter”
constQuotaMeter:ForwardRefExoticComponent<object&Omit<HTMLAttributes<HTMLDivElement>>,"children"> > &RefAttributes<HTMLDivElement>>>>
A meter presentation for caller-provided quota values.