@forter/popup-menu
v2.0.1
Published
popup-menu from Forter Components
Readme
fc-popup-menu
An element by Forter
Usage
<script>
import '@forter/popup-menu';
</script>
<fc-popup-menu>
</fc-popup-menu>Properties
| Property | Attribute | Type | Default |
|----------------------------|----------------------------|-----------|-----------------|
| config | config | {} | {} |
| deleteText | deleteText | string | "Delete" |
| hasShadow | hasShadow | boolean | true |
| menuItemsTitle | menuItemsTitle | string | "quick actions" |
| outlinedButton | outlinedButton | boolean | false |
| shouldDisplayMenu | shouldDisplayMenu | boolean | true |
| shouldPopupOpenFromRight | shouldPopupOpenFromRight | boolean | false |
| showAlertsButton | showAlertsButton | boolean | false |
| showDeleteOption | showDeleteOption | boolean | false |
| showDownloadButton | showDownloadButton | boolean | false |
| showMenuButton | showMenuButton | boolean | false |
Events
| Event |
|----------|
| action |
CSS Custom Properties
| Property | Description |
|----------------------------------|---------------------------------|
| --fc-popup-menu-disabled-color | disabled color. example: gray |
