Skip to content

Commit

Permalink
feat: Add AutoSizer component
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 4, 2020
1 parent cd5b064 commit 307d0cb
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -32,6 +32,10 @@
{
"displayName": "Layout Components",
"children": [
{
"displayName": "AutoSizer",
"url": "/components/auto-sizer"
},
{
"displayName": "Card",
"url": "/components/card"
Expand Down
8 changes: 8 additions & 0 deletions src/markdown-pages/components/auto-sizer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
path: '/components/auto-sizer'
title: 'AutoSizer'
description: 'An AutoSizer component!'
component: 'AutoSizer'
template: 'ReferenceTemplate'
---

0 comments on commit 307d0cb

Please sign in to comment.