ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
22 lines (17 loc) • 541 B
Markdown
type: Business
title: quick-menu
subtitle: 快速菜单
cols: 1
module: import { QuickMenuModule } from '@ohayo/components/quick-menu';
快速菜单,用于右侧隐式辅助列表。
## API
### quick-menu
| 成员 | 说明 | 类型 | 默认值 |
|----|----|----|-----|
| `[icon]` | 图标 | `string,TemplateRef<void>` | `question-circle` |
| `[top]` | 距离顶部 | `number` | `120` |
| `[width]` | 打开后宽度 | `number` | `200` |
| `[bgColor]` | 背景 | `string` | - |
| `[borderColor]` | 边框颜色 | `string` | - |