wwwwwwwwwwwwwwwwwww

Progress

Show percent completion with a progress bar

Features

Installation

Progress is already installed in tamagui, or you can install it independently:

npm install @tamagui/progress

Usage

The value property controls the percent, but you can override it by adjusting the x property.

import { Button, Progress } from 'tamagui'
export default () => (
<Progress value={60}>
<Progress.Indicator animation="bouncy" />
</Progress>
)

API Reference

Progress

Progress extends ThemeableStack, getting Tamagui standard props, plus:

Props

  • size

    "small" | "large"

  • value

    number | null

    Control the percent progress.

  • max

    number

  • unstyled

    boolean

    When true will remove all default styles

  • Progress.Indicator

    Progress.Indicator extends ThemeableStack, getting Tamagui standard props.

    Props

  • unstyled

    boolean

    When true will remove all default styles

  • Previous

    Label

    Next

    RadioGroup