Skip to content

Commit

Permalink
Merge pull request #47 from huntabyte/fix/event-types
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Aug 17, 2023
2 parents cff3459 + 90e552c commit 4122d21
Show file tree
Hide file tree
Showing 193 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/content/components/dropdown-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Dropdown Menu
description: Displays a menu to the user, which can consist of links or functions, triggered by a button.
---

## Structure

```svelte
<script lang="ts">
import { DropdownMenu } from "bits-ui";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Reexport your entry components here
export * from "./primitives/index.js";
export * from "./bits/index.js";

0 comments on commit 4122d21

Please sign in to comment.