Skip to content

Commit

Permalink
Run prettier on Caption doc
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Aug 30, 2019
1 parent 73ea12e commit 8f44950
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/components/caption.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
title: Caption
---


The caption component can be used to append a caption to images used in documentation.


```jsx live
<Flex alignItems='center' flexDirection='column'>
<img src="https://s3.us-west-2.amazonaws.com/photos.puppyspot.com/breeds/245/card/500000291_medium.jpg"/>
<Flex alignItems="center" flexDirection="column">
<img src="https://s3.us-west-2.amazonaws.com/photos.puppyspot.com/breeds/245/card/500000291_medium.jpg" />
<Caption>A beautiful husky puppy.</Caption>
</Flex>
```

1 comment on commit 8f44950

@vercel
Copy link

@vercel vercel bot commented on 8f44950 Aug 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.