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: content/pages/documentation/components/checkbox.mdx
-51Lines changed: 0 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,57 +97,6 @@ In checkbox groups, keep options parallel in wording and length. If a group need
97
97
/>
98
98
</div>
99
99
100
-
### Use "Select all" and indeterminate state carefully
101
-
102
-
If you provide "Select all", it must reflect the group state: checked when all are selected, unchecked when none are selected, and indeterminate when some are selected.
description='Show "Select all" as checked when only some options are selected.'
114
-
/>
115
-
</div>
116
-
117
-
### Keep interaction and states consistent
118
-
119
-
Ensure checked, unchecked, disabled, and error states are visually distinct and consistent across the UI. Don't make the click target too small; the label should be clickable.
description="Make only the small box clickable or use inconsistent spacing across lists."
131
-
/>
132
-
</div>
133
-
134
-
### Accessibility and screenreader text
135
-
136
-
Every checkbox needs an accessible name. If the visible label is hidden, provide a screenreader label text. Communicate group context and required/invalid states to assistive technologies.
Copy file name to clipboardExpand all lines: content/pages/documentation/components/header.mdx
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ headline: 'Header'
6
6
title: 'Header'
7
7
description: 'Header defines the top area of a page and provides consistent access to brand identity, primary navigation, and optional actions. It anchors orientation and supports navigation patterns across responsive layouts, with optional meta navigation above the main bar.'
8
8
align: start
9
-
status: 'legacy'
9
+
status: 'beta'
10
10
toc: true
11
11
---
12
12
@@ -17,7 +17,6 @@ import GuidelineExample from '@template/components/GuidelineExample/GuidelineExa
0 commit comments