xverse-components-navigation-panel
v1.0.1
Published
xverse components navigation-panel
Downloads
5
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | ---------------- | ------------------- | -------------------- | ------ | -------- | ---- | | title | string | 导航面板 title | - | true | - | | icon | string | 导航关闭 Icon | - | true | - | | className | string | 导航面板 className | - | true | - | | isShowNavigation | boolean | 导航面板是否展示 | - | true | - | | navigationConfig | INavigationConfig[] | 导航面板列表配置项 | - | true | - | | onClose | () => void | 导航面板关闭按钮回调 | - | true | - | | popupStyle | CSSProperties | 弹出层样式 | - | false | - |