0.0.3 • Published 3 years ago

@omiu/tip v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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