Skip to content

Commit

Permalink
[docs][base-ui] Add Number Input to the all components page (#38839)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored Sep 8, 2023
1 parent a11ad3d commit c0130bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/all-components/all-components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base UI components

<p class="description">Every Base UI component available so far.</p>
<p class="description">Every Base UI component available so far, sorted alphabetically.</p>

{{"component": "modules/components/BaseUIComponents.js"}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/src/modules/components/BaseUIComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ function components() {
srcDark: '/static/base-ui/react-components/no-ssr-dark.png',
href: '/base-ui/react-no-ssr/',
},
{
title: 'Number Input',
srcLight: '/static/base-ui/react-components/number-input-light.png',
srcDark: '/static/base-ui/react-components/number-input-dark.png',
href: '/base-ui/react-number-input/',
},
{
title: 'Popper',
srcLight: '/static/base-ui/react-components/popper-light.png',
Expand Down

0 comments on commit c0130bb

Please sign in to comment.