Components
Action MenuNew: New
Enable users to trigger actions from a list in a popover when space is limited.
Basic usage
First, import the component.
import {ActionMenu} from '@pleo-io/telescope'
Then use it, like so:
API reference
Action Menu
This component doesn't accept any custom props.
Trigger
This component doesn't accept any custom props.
Content
Prop | Type | Default |
---|---|---|
portalled | boolean | true |
Item
Prop | Type | Default |
---|---|---|
description | string | |
disabled | boolean | |
Icon | React.FC<{ size?: any; color?: any; }> | |
isDestructive | boolean |
Separator
This component doesn't accept any custom props.
RadioGroup
This component doesn't accept any custom props.
RadioItem
Prop | Type | Default |
---|---|---|
Icon | React.FC<{ size?: any; color?: any; }> |