0.0.4 • Published 6 years ago
@squiz/popover v0.0.4
@squiz/popover
Documentation and examples for adding popovers, like those found in iOS, to any element on your site.
Install
To download the CSS for this component run:
npm i @squiz/popover
The CSS is to use within your app is located in: node_modules/@squiz/popover/lib/css/popover.min.css
Usage
This component can be used in a variety of frameworks.
Static HTML
To import this component into a static site just include it into your HTML link
element like so:
<link href="node_modules/@squiz/popover/lib/css/popover.min.css" rel="stylesheet" type="text/css">