Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chantastic/popover.css

popover styles
https://github.com/chantastic/popover.css

Last synced: 29 days ago
JSON representation

popover styles

Awesome Lists containing this project

README

        

# popover.css

## usage

This is the minimum markup required for this popover implementation.

```html


Some content


popover



```

#### colorbar

You can also add a `colorbar` in two steps.

* add `

` as the first-child of your
`.popover`
* add the data-attribute `data-popover="colorbar"` to your `.popover`

Here's an example.

```html


trigger content



popover content



```

#### dark-border

Depending on the color you're using, you might need to add contrast to the
popover border. add the data-attribute `dark-border` for that.

```html


...

```

## Questions?

Just hit me up: [@chantastic](http://twitter.com/chantastic).