kh-popover

1.0.1 • Public • Published

Kh-Popover

npm license npm npm Build Status

Description

Popover build for vuejs framework.
This packages still in dev mode. This package help you create Popover/Tooltip with a pre-squelette and give you the possibility to set yours and dynamic positions.

Getting Started

You can view this package on both npm and yarn

kh-popover Package links :

Installing

npm i kh-popover

if you use yarn :

yarn add kh-popover

Usage

<template>
    <kh-popover />
</template>
 
require('kh-popover/dist/kh-popover.css');
import khPopover from 'kh-popover';
 
export default {
    components:{
        'kh-popover':khPopover
    }
}

display :
alt text

Attributes

attribute Type description default value options
:user Object this object hold user data {} { id, name, photo, avatar, email }
:position String define popover position 'auto' 'auto','top','bottom'
:trigger String accept two options 'hover' 'hover','click'
:name Boolean to display given user's name false --
:icon Boolean to display avatar true --

Slots

Slot name Description
avatar For Popover avatar located
content For Popover core ( includes both [ content_info, content_actions ])
content_info For Popover header
content_actions For Popover footer

Next

  • Demo : We will publish a demo asap
  • Testing : We will add Unit Test

Package Sidebar

Install

npm i kh-popover

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

149 kB

Total Files

11

Last publish

Collaborators

  • khofaai