Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@radix-ui/react-progress.ts>ProgressProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
interface ProgressProps
implements PrimitiveDivProps
import { type ProgressProps } from "https://deno.land/x/netzo@0.5.108/deps/@radix-ui/react-progress.ts";

Properties

optional
value: number | null | undefined
optional
max: number

Methods

optional
getValueLabel(value: number, max: number): string