vcl-popover

Contextual overlay.

Usage no npm install needed!

<script type="module">
  import vclPopover from 'https://cdn.skypack.dev/vcl-popover';
</script>

README

VCL popover

Contextual overlay.

Features

Usage

A popover is intended to show contextual information like a tooltip and may offer contextual interactions through controls.

basic example

There is no modifier to hide and show it as it is intended to be inserted to and removed from the DOM as needed.

Classes

  • vclPopOver

Modifiers

  • vclNoPadding: From the utils module.

Variables

  • --popover-bg-color
  • --popover-shadow-color

Demo

example.html on GH-pages.