@omiu/popconfirm
v0.0.2
Published
A bubble confirmation box will pop up near the click element.
Downloads
6
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'
}