@forter/popup-menu
v1.4.0
Published
popup-menu from Forter Components
Downloads
11
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
|