@omiu/popover
v0.0.21
Published
Components that show popover.
Downloads
49
Readme
Popover
Components that show popover.
Import
import '@omiu/popover'Or use script tag to ref it.
<script src="https://unpkg.com/@omiu/popover"></script>Usage
<o-popover></o-popover>API
Props
{
effect?: string,
position?: string,
trigger?: string
}defaultProps
{
effect: 'light',
position: 'bottom',
trigger: 'click'
}