Skip to content

Commit

Permalink
docs: add missing storybook hints (#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Aug 13, 2024
1 parent f35aa40 commit fcf8ddf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/components/content/link/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ For more details, you can read about this integration on the ["RouterProvider" p

## Props

<StorybookHintMessage component={title} />

<PropsTable component={title} />

## Related
Expand Down
2 changes: 2 additions & 0 deletions docs/content/components/form/select/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Keep in mind that you always should write information why a certain option is di

## Props

<StorybookHintMessage component={title} />

### Select

<PropsTable component={title} />
Expand Down
2 changes: 2 additions & 0 deletions docs/content/components/layout/inline/inline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ For horizontally alignment you can use the `alignX` prop.

## Props

<StorybookHintMessage component={title} />

<PropsTable component={title} />

## Alternative components
Expand Down

0 comments on commit fcf8ddf

Please sign in to comment.