You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Walsh
10dc686505
|
3 years ago | |
---|---|---|
.. | ||
README.mdx | 3 years ago | |
index.js | 4 years ago | |
index.scss | 3 years ago | |
info-tooltip-icon.js | 3 years ago | |
info-tooltip.js | 3 years ago | |
info-tooltip.stories.js | 3 years ago |
README.mdx
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import InfoTooltip from './info-tooltip';
# Info Tooltip
Text labels that appear when the user hovers over
<Canvas>
<Story id="ui-components-ui-info-tooltip-info-tooltip-stories-js--default-story" />
</Canvas>
## Component API
<ArgsTable of={InfoTooltip} />
## Usage
The following describes the props and example usage for this component.
### Bottom
<Canvas>
<Story id="ui-components-ui-info-tooltip-info-tooltip-stories-js--bottom" />
</Canvas>
### Left
<Canvas>
<Story id="ui-components-ui-info-tooltip-info-tooltip-stories-js--left" />
</Canvas>
### Right
<Canvas>
<Story id="ui-components-ui-info-tooltip-info-tooltip-stories-js--right" />
</Canvas>