Skip to content

Commit

Permalink
Update docs for circleimage component
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Aug 15, 2023
1 parent f1a5d22 commit 7fa879d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions storybook/stories/_docs/overview_blocks.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,12 @@ Reserved for the top of the page. Learn more about our heroes on the [heroes ove
'Features an image with a text overlay, with a hover effect. Recommended for use with shorter text. `BlockLinkTile` is an item type option available in `BlockLinkCarousel`.',
storyId: 'components-blocks-blocklinktile--card',
},
{
heading: 'BlockCircleImageCard',
description:
'Features a circular image alongside text, with a drop shadow and no hover effects. The image can be positioned on the left or the right.',
storyId: 'components-blocks-blockcircleimagecard--card',
fullWidth: true,
},
]}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default {
viewMode: 'docs',
docs: {
description: {
component: 'Features an image in a circle, no hover effects.',
component:
'Features a circular image alongside text, with a drop shadow and no hover effects. The image can be positioned on the left or the right.',
},
},
html: {
Expand Down

0 comments on commit 7fa879d

Please sign in to comment.