Skip to content

Commit

Permalink
feat: Add AccountPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent 7e6733d commit 50ef393
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
{
"displayName": "Form Components",
"children": [
{
"displayName": "AccountPicker",
"url": "/components/account-picker"
},
{
"displayName": "Button",
"url": "/components/button"
Expand Down
7 changes: 7 additions & 0 deletions src/markdown-pages/account-picker.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/account-picker'
title: 'AccountPicker'
description: 'An AccountPicker component!'
component: 'AccountPicker'
template: 'ReferenceTemplate'
---

0 comments on commit 50ef393

Please sign in to comment.