You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/05-components/dropdown.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Blazor Dropdown Component
3
-
description: Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They are toggled by clicking, not by hovering; this is an intentional design decision'by bootstrap.
3
+
description: Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They are toggled by clicking, not by hovering; this is an intentional design decisionby bootstrap.
4
4
image: https://i.imgur.com/beAr31J.png
5
5
6
6
sidebar_label: Dropdown
@@ -12,7 +12,7 @@ import CarbonAd from '/carbon-ad.mdx'
12
12
# Blazor Dropdown
13
13
14
14
Dropdowns are toggleable, contextual overlays for displaying lists of links and more.
15
-
They are toggled by clicking, not by hovering; this is an intentional design decision'by bootstrap.
15
+
They are toggled by clicking, not by hovering; this is an intentional design decisionby bootstrap.
16
16
17
17
<CarbonAd />
18
18
@@ -541,7 +541,7 @@ Separate groups of related menu items with a divider.
541
541
542
542
### Text
543
543
544
-
Place any freeform text within a dropdown menu with text and use spacing utilities. Note that youll likely need additional sizing styles to constrain the menu width.
544
+
Place any freeform text within a dropdown menu with text and use spacing utilities. Note that you'll likely need additional sizing styles to constrain the menu width.
0 commit comments