Socket
Book a DemoInstallSign in
Socket

@bpui/popover

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpui/popover

popover

latest
Source
npmnpm
Version
1.1.29
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Introduce

<button ref="btn1">show</button>
<bp-popover :bind="$refs.btn1" trigger="hover">
  any content
</bp-popover>

<bp-popover :bind="$refs.btn3" direction="right" trigger="click">
  <div class="bp-popover__cell">cell 1</div>
  <div class="bp-popover__cell">cell 2</div>
  <div class="bp-popover__cell">cell 3</div>
  <div class="bp-popover__cell">cell 4</div>
  <div class="bp-popover__cellWarn">cell warn</div>
</bp-popover>

style

/* scss */
import '@bpui/libs/style';
import '@bpui/dialog/style';
import '@bpui/popover/style';

/* css */
<link href="~@bpui/popover/dist/style.css" rel="stylesheet" type="text/css"/>

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts