npx gluestack-ui add progressimport { Progress, ProgressFilledTrack } from '@/components/ui/progress';
export default () => (
<Progress>
<ProgressFilledTrack />
</Progress>
);
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | - | It is used to set the progress of the progress bar |
| Name | Value | Default |
|---|---|---|
size | xs | sm | md | lg | xl | 2xl | md |
orientation | vertical | horizontal | horizontal |