Skip to content

Anton-Nikishkin/node-js-info-bubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node InfoBubble

A clone of Google Maps JavaScript API v3 library InfoBubble to create customizable CSS3-based InfoWindows converted to commonJS format.

Installation

'npm install node-js-info-bubble'

Usage

var bubble = new InfoBubble({
    content: 'Text to show in buuble'
});