Skip to content

Commit

Permalink
add sheet as a surface-level component
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 20, 2022
1 parent c8db5a1 commit f70010c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/data/joy/pages.ts
Expand Up @@ -26,11 +26,12 @@ const pages = [
{
pathname: '/joy-ui/components/data-display',
subheader: 'data-display',
children: [
{ pathname: '/joy-ui/react-avatar' },
{ pathname: '/joy-ui/react-badge' },
{ pathname: '/joy-ui/react-sheet' },
],
children: [{ pathname: '/joy-ui/react-avatar' }, { pathname: '/joy-ui/react-badge' }],
},
{
pathname: '/joy-ui/components/surfaces',
subheader: 'surfaces',
children: [{ pathname: '/joy-ui/react-sheet' }],
},
],
},
Expand Down

0 comments on commit f70010c

Please sign in to comment.