1.2.0 • Published 2 years ago

@forter/popover-item v1.2.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
2 years ago

fc-popover-item

An element by Forter

Usage

<script>
   import '@forter/popover-item';
</script>

<fc-popover-item>
     <fc-icon icon="loyalty"></fc-icon>
     <section> protects your loyalty program accounts from unauthorized access or attempts to steal their points </section>
</fc-popover-item>

Properties

PropertyAttributeTypeDefaultDescription
disableddisabledbooleanfalseIf the element is disabled

CSS Custom Properties

PropertyDescription
--fc-popover-item-background-colorbackground-color, default: transparent.
--fc-popover-item-border-radiusborder-radius, default: 10px.
--fc-popover-item-cursorcursor, default: pointer.
--fc-popover-item-disabled-background-colorbackground-color when disabled, default: var(--fc-gray-100).
--fc-popover-item-disabled-cursorcursor when disabled, default: no-drop.
--fc-popover-item-hover-background-colorbackground-color on hover and focus, default: var(--fc-gray-100).
--fc-popover-item-paddingpadding, default: 10px.