Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Apr 19, 2023
1 parent d61b3b5 commit a073464
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/stories/ui/tooltip/Tooltip.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
import type { Meta, StoryObj } from '@storybook/react'
import { Tooltip } from '../../../sections/ui/tooltip/Tooltip'

/**
* ## Description
* This tooltip is a question mark icon.
* The orientation of the tooltip message is controlled by the placement property.
*
*
*/
const meta: Meta<typeof Tooltip> = {
title: 'UI/Tooltip',
component: Tooltip
component: Tooltip,
tags: ['autodocs']
}

export default meta
Expand Down

0 comments on commit a073464

Please sign in to comment.