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