Skip to content

Commit

Permalink
feat: Add modal and tooltip components
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent 705ca90 commit b6a2824
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,19 @@
"url": "/components/toast"
}
]
},
{
"displayName": "Overlaid Components",
"children": [
{
"displayName": "Modal",
"url": "/components/modal"
},
{
"displayName": "Tooltip",
"url": "/components/tooltip"
}
]
}
]
}
Expand Down
7 changes: 7 additions & 0 deletions src/markdown-pages/components/modal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/modal'
title: 'Modal'
description: 'A Modal component!'
component: 'Modal'
template: 'ReferenceTemplate'
---
7 changes: 7 additions & 0 deletions src/markdown-pages/components/tooltip.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/tooltip'
title: 'Tooltip'
description: 'A Tooltip component!'
component: 'Tooltip'
template: 'ReferenceTemplate'
---

0 comments on commit b6a2824

Please sign in to comment.