Skip to content

Commit

Permalink
feat: add the rest of the text components
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 3, 2020
1 parent 9e82c4e commit 2c2068c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
{
"displayName": "UI Components",
"children": [
{
"displayName": "Text Components",
"children": [
{
"displayName": "BlockText",
"url": "/components/block-text"
},
{
"displayName": "HeadingText",
"url": "/components/heading-text"
},
{
"displayName": "Link",
"url": "/components/link"
}
]
},
{
"displayName": "Form Components",
"children": [
Expand Down
7 changes: 7 additions & 0 deletions src/markdown-pages/components/block-text.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/block-text'
title: 'BlockText'
description: 'A BlockText component!'
component: 'BlockText'
template: 'ReferenceTemplate'
---
8 changes: 8 additions & 0 deletions src/markdown-pages/components/heading-text.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
path: '/components/heading-text'
title: 'BlockText'
description: 'A HeadingText component!'
component: 'HeadingText'
template: 'ReferenceTemplate'
---

7 changes: 7 additions & 0 deletions src/markdown-pages/link.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
path: '/components/link'
title: 'Link'
description: 'A Link component!'
component: 'Link'
template: 'ReferenceTemplate'
---

0 comments on commit 2c2068c

Please sign in to comment.