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.
Nidhi Kumari
7424e98416
|
2 years ago | |
---|---|---|
.. | ||
README.mdx | 2 years ago | |
index.js | 4 years ago | |
index.scss | 2 years ago | |
info-tooltip-icon.js | 3 years ago | |
info-tooltip.js | 2 years ago | |
info-tooltip.stories.js | 2 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>
## Props
<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>