@omiu/tooltip
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i @omiu/tooltip

Homepage

omijs.org

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

943 kB

Total Files

14

Last publish

Collaborators

  • dntzhang