Skip to content

components/stat

@fungi.computer/caps


@fungi.computer/caps / components/stat

StatProps = object & Omit<HTMLAttributes<HTMLDListElement>>, "children">>

Props accepted by Stat.

label: ReactNode

value: ReactNode

optional description?: ReactNode

const Stat: ForwardRefExoticComponent<object & Omit<HTMLAttributes<HTMLDListElement>>, "children"> > & RefAttributes<HTMLDListElement>>>>

A compact statistic presentation for caller-provided values.