omi/components/popconfirm
YunYouJun 3a3d695206 refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
..
demos feat(admin): integrated popconfirm component 2021-07-08 16:18:00 +08:00
scripts feat(admin): integrated popconfirm component 2021-07-08 16:18:00 +08:00
src refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
README.md feat(admin): integrated popconfirm component 2021-07-08 16:18:00 +08:00
package.json fix(@omiu/steps): theme color switching 2021-08-10 10:30:31 +08:00
tsconfig.json feat(admin): integrated popconfirm component 2021-07-08 16:18:00 +08:00

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