Components

Progress

A visual indicator that displays the progress of a task, usually in the form of a progress bar.

Structure

	<script lang="ts">
  import { Progress } from "bits-ui";
</script>
 
<Progress.Root />
	<script lang="ts">
  import { Progress } from "bits-ui";
</script>
 
<Progress.Root />