Contextual overlay


Keywords
css, vcl, component, popover
License
MIT
Install
npm install @vcl/popover@0.3.0

Documentation

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.