YunYouJun 3a3d695206 | ||
---|---|---|
.. | ||
demos | ||
scripts | ||
src | ||
README.md | ||
package.json | ||
tsconfig.json |
README.md
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'
}