1.0.1 • Published 5 years ago

kh-popover v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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 :

  • npm
  • yarn

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

attributeTypedescriptiondefault valueoptions
:userObjectthis object hold user data{}{ id, name, photo, avatar, email }
:positionStringdefine popover position'auto''auto','top','bottom'
:triggerStringaccept two options'hover''hover','click'
:nameBooleanto display given user's namefalse--
:iconBooleanto display avatartrue--

Slots

Slot nameDescription
avatarFor Popover avatar located
contentFor Popover core ( includes both content_info, content_actions )
content_infoFor Popover header
content_actionsFor Popover footer

Next

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

5 years ago

1.0.0

6 years ago

0.6.0

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago