tuil
ReferencePackages@mwillbanks/tuil-inkAPI

Progress

function exported by @mwillbanks/tuil-ink.

View rawEdit

function

Public function exported by @mwillbanks/tuil-ink.

export function Progress({
  value,
  max = 100,
  width = 20,
  showValue = true,
  slots,
  slotProps,
  ...props
}: ProgressProps): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
{ value, max = 100, width = 20, showValue = true, slots, slotProps, ...props }ProgressPropsYesSupplies the { value, max = 100, width = 20, showValue = true, slots, slotProps, ...props } value as ProgressProps.ProgressProps

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page