Skip to content

Commit d3c3bde

Browse files
authored
docs: dont navigate when searching (#1861)
1 parent 5bb38ba commit d3c3bde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+66
-59
lines changed

docs/content/components/accordion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Accordion
3-
description: Organizes content into collapsible sections, allowing users to focus on one or more sections at a time.
3+
description: Organizes content into collapsible sections.
44
---
55

66
<script>

docs/content/components/alert-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Alert Dialog
3-
description: A modal window that alerts users with important information and awaits their acknowledgment or action.
3+
description: A modal window presenting content or seeking user input without navigating away from the current context.
44
---
55

66
<script>

docs/content/components/aspect-ratio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Aspect Ratio
3-
description: Displays content while maintaining a specified aspect ratio, ensuring consistent visual proportions.
3+
description: Displays content while maintaining a specified aspect ratio.
44
---
55

66
<script>

docs/content/components/avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Avatar
3-
description: Represents a user or entity with a recognizable image or placeholder in UI elements.
3+
description: Represents an entity with an image and fallback placeholder.
44
---
55

66
<script>

docs/content/components/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Button
3-
description: A component that if passed a `href` prop will render an anchor element instead of a button element.
3+
description: A component that can switch between a button and an anchor tag based on the `href` prop.
44
---
55

66
<script>

docs/content/components/calendar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This section covers how to manage the `placeholder` state of the Calendar.
8181

8282
Use `bind:placeholder` for simple, automatic state synchronization:
8383

84-
```svelte {3,6,8}
84+
```svelte
8585
<script lang="ts">
8686
import { Calendar } from "bits-ui";
8787
import { CalendarDateTime } from "@internationalized/date";
@@ -132,7 +132,7 @@ This section covers how to manage the `value` state of the Calendar.
132132

133133
Use `bind:value` for simple, automatic state synchronization:
134134

135-
```svelte {3,6,8}
135+
```svelte
136136
<script lang="ts">
137137
import { Calendar } from "bits-ui";
138138
import { CalendarDateTime } from "@internationalized/date";

docs/content/components/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Checkbox
3-
description: Allow users to switch between checked, unchecked, and indeterminate states.
3+
description: Enables users to select or deselect options with support for indeterminate states.
44
---
55

66
<script>

docs/content/components/collapsible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Collapsible
3-
description: Conceals or reveals content sections, enhancing space utilization and organization.
3+
description: Conceals or reveals content sections.
44
---
55

66
<script>

docs/content/components/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Command
3-
description: A command menu component that can be used to search, filter, and select items.
3+
description: A command menu component that enables users to search, filter, and select items.
44
---
55

66
<script>

docs/content/components/context-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Context Menu
3-
description: Displays options or actions relevant to a specific context or selected item, triggered by a right-click.
3+
description: Displays contextual options and actions triggered by right-click.
44
---
55

66
<script>

0 commit comments

Comments
 (0)