Skip to content

Commit

Permalink
feat: add the CardBody component
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent 481db7b commit 845cb07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
}
]
},
{
"displayName": "Layout Components",
"children": [
{
"displayName": "CardBody",
"url": "/components/card-body"
}
]
},
{
"displayName": "Form Components",
"children": [
Expand Down
7 changes: 7 additions & 0 deletions src/markdown-pages/components/card-body.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/card-body'
title: 'CardBody'
description: 'A CardBody component!'
component: 'CardBody'
template: 'ReferenceTemplate'
---

0 comments on commit 845cb07

Please sign in to comment.