File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/@primer/gatsby-theme-doctocat Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ status: Alpha
6
6
componentId : hidden
7
7
---
8
8
9
- The ` Hidden ` component is a ` <span /> ` that will help you hide or show content/components in different viewports.
9
+ The ` Hidden ` component is a utility component that will help you hide or show content/components in different viewports.
10
10
** Attention:** Use Hidden only to control behaviour in a responsive manner. It does not take any ` sx ` props.
11
11
12
12
## Example
Original file line number Diff line number Diff line change 84
84
url : /Header
85
85
- title : Heading
86
86
url : /Heading
87
- - title : Hidden
88
- url : /Hidden
89
87
- title : IconButton
90
88
url : /IconButton
91
89
- title : Label
157
155
children :
158
156
- title : Dialog v2
159
157
url : /drafts/Dialog
158
+ - title : Hidden
159
+ url : /Hidden
160
160
- title : InlineAutocomplete
161
161
url : /drafts/InlineAutocomplete
162
162
- title : MarkdownEditor
Original file line number Diff line number Diff line change 6
6
*/
7
7
export * from '../Dialog/Dialog'
8
8
9
+ export * from '../Hidden' // Will be moved from drafts to main bundle after utility is proven
10
+
9
11
export { default as InlineAutocomplete } from './InlineAutocomplete'
10
12
export type {
11
13
InlineAutocompleteProps ,
You can’t perform that action at this time.
0 commit comments