ss-web-elements-radio
v0.0.16
Published
Custom web elements in vanilla js
Downloads
7
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
npm i ss-web-elements-popup
Popup component
npm i ss-web-elements-tooltip
Properties/Attributes
| Property Name | Values | Default | | ------------- | --------------------------- | -------- | | placement | values | "bottom" | | showCaret | true, false | true | | openDelay | | 0 | | closeDelay | | 0 | | offset | | 0 | | message | | |
placement values
"top", "top-start", "top-end", "right", "right-start", "right-end", "bottom", "bottom-start", "bottom-end", "left", "left-start", "left-end" | "bottom"