Skip to content

pirxpilot/popover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popover

Popover component built on top of Tip.

js popover component

Installation

$ npm install @pirxpilot/popover

Features

  • events for composition
  • "auto" positioning
  • fluent API
  • minimal base styling

API

new Popover(content, [title])

Create a new popover with content being either a string, html, or element, and optional title which may contain html or be an element as well.

var Popover = require('popover');
var popover = new Popover('You have mail!!!', 'Mail');
popover.show('#avatar');

View Tip for additional API documentation.

Themes

License

MIT

About

Popover component built on top of Tip

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.8%
  • JavaScript 37.4%
  • Makefile 15.8%