AccordionAlertAlert DialogAspect RatioAvatarBadgeBreadcrumbButtonButton GroupCalendarCardCarouselChartCheckboxCollapsibleComboboxCommandContext MenuData TableDate PickerDialogDirectionDrawerDropdown MenuEmptyFieldHover CardInputInput GroupInput OTPItemKbdLabelMenubarNative SelectNavigation MenuPaginationPopoverProgressRadio GroupResizableScroll AreaSelectSeparatorSheetSidebarSkeletonSliderSonnerSpinnerSwitchTableTabsTextareaToastToggleToggle GroupTooltipTypography
Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
templ
templ ProgressDemo() {
<div class="w-[350px] space-y-4">
@ui.Progress(33, "", nil)
@ui.Progress(66, "", nil)
@ui.Progress(100, "", nil)
</div>
}