@omiu/tooltip
v0.0.1
Published
Components that show tooptip.
Downloads
13
Maintainers
Readme
Tip
Components that show tooptip or popover.
Import
import '@omiu/tip'
Or use script tag to ref it.
<script src="https://unpkg.com/@omiu/tip"></script>
Usage
<o-tip></o-tip>
API
Props
{
content?: string,
effect?: string,
position?: string
}
defaultProps
{
content: '',
effect: 'light',
position: 'bottom'
}