ss-web-elements-popup
v0.0.30
Published
Custom web elements in vanilla js
Downloads
3
Readme
Stardust Scribbles - Action Button Web Component
Installation
Peer dependencies
npm i lit-element
npm i @floating-ui/core
npm i @floating-ui/dom
npm i ss-web-elements-styles
Popup component
npm i ss-web-elements-popup
Properties/Attributes
| Property Name | Values | Default | | ------------- | --------------------------- | ------- | | placement | values | | open | true, false | false | | persistOnBlur | true, false | false | | showCaret | true, false | true | | openDelay | | 0 | | closeDelay | | 0 | | offset | | 0 | | size | "sm", "md", "lg" | "md" |
placement values
"top", "top-start", "top-end", "right", "right-start", "right-end", "bottom", "bottom-start", "bottom-end", "left", "left-start", "left-end" | "bottom"