# popover-component

> Popover component

Latest version **1.1.1** (published 2015-09-14) · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install popover-component
pnpm add popover-component
yarn add popover-component
bun add popover-component
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2015-09-14 |
| First published | 2012-08-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Maintainers | amasad, anthonyshort, blakeembrey, calvinfo, clintwood, coreh, cristiandouce, defunctzombie, dfcreative, dominicbarnes, forbeslindesay, hughsk, ianstormtaylor, jonathanong, jongleberry, juliangruber, kelonye, mattmueller, nami-doc, pirxpilot, queckezz, rauchg, retrofox, stagas, stephenmathieson, swatinem, thehydroimpulse, timaschew, timoxley, tjholowaychuk, tootallnate, trevorgerhardt, yields |
| Keywords | popover, component |

## Links

- npm: https://www.npmjs.com/package/popover-component
- Repository: https://github.com/component/popover
- Homepage: https://github.com/component/popover#readme
- Issues: https://github.com/component/popover.git/issues
- npm.io page: https://npm.io/package/popover-component

## Dependencies (3)

- [component-tip](https://npm.io/package/component-tip.md) *
- [component-query](https://npm.io/package/component-query.md) *
- [component-inherit](https://npm.io/package/component-inherit.md) 0.0.3

## Recent versions

- 1.1.1 (latest) — 2015-09-14
- 1.1.0 — 2014-03-22
- 1.0.1 — 2013-05-27
- 1.0.0 — 2013-03-05
- 0.0.1 — 2012-08-03

## README

# Popover

  Popover component built on top of [Tip](http://github.com/component/tip).

  ![js popover component](http://f.cl.ly/items/282X271J2Y1s1P342o02/Screen%20Shot%202012-08-02%20at%205.07.07%20PM.png)

## Installation

```
$ npm install popover-component
```

## 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.

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

 View [Tip](http://github.com/component/tip) for additional
 API documentation.

## Themes

  - [Aurora](https://github.com/component/aurora-popover)

## License

  MIT

---
_Source: https://npm.io/package/popover-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
