ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
22 lines (17 loc) • 629 B
Markdown
type: Business
title: quick-menu
subtitle: Quick Menu
cols: 1
module: import { QuickMenuModule } from '@ohayo/components/quick-menu';
Quick menu for the implicit auxiliary list on the right.
## API
### quick-menu
| Property | Description | Type | Default |
|----------|-------------|------|---------|
| `[icon]` | Icon for the quick menu | `string,TemplateRef<void>` | `question-circle` |
| `[top]` | Icon from top | `number` | `120` |
| `[width]` | Width after opening | `number` | `200` |
| `[bgColor]` | Background for the quick menu | `string` | - |
| `[borderColor]` | Border for the quick menu | `string` | - |