@omiu/popconfirm

A bubble confirmation box will pop up near the click element.

Usage no npm install needed!

<script type="module">
  import omiuPopconfirm from 'https://cdn.skypack.dev/@omiu/popconfirm';
</script>

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'
}