Components
Button
An interactive component that triggers an event.
Structure
	<script lang="ts">
  import { Button } from "bits-ui";
</script>
 
<Button.Root />
 	<script lang="ts">
  import { Button } from "bits-ui";
</script>
 
<Button.Root />