Skip to content

Commit

Permalink
docs: display all Value components in the Value menu (#4231)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 6, 2024
1 parent a662e8b commit d260a9c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'ArraySelection'
description: '`Value.ArraySelection` is a wrapper component for displaying string values, with user experience tailored for an array of selected values.'
componentType: 'base-value'
hideInMenu: true
showTabs: true
tabs:
- title: Info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'Provider'
description: 'The `Value.Provider` lets you pass generic properties to all nested Value.* components.'
componentType: 'base-value'
hideInMenu: true
showTabs: true
tabs:
- title: Info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'SelectCountry'
description: '`Value.SelectCountry` will render the selected country.'
componentType: 'base-value'
hideInMenu: true
showTabs: true
tabs:
- title: Info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'Selection'
description: '`Value.Selection` is a component for displaying a string value based on a user selection.'
componentType: 'base-value'
hideInMenu: true
showTabs: true
tabs:
- title: Info
Expand Down

0 comments on commit d260a9c

Please sign in to comment.