白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -21,5 +21,6 @@ name | type | default | description | required
-- | -- | -- | -- | --
badge-props | Object | - | \- | N
disabled | Boolean | false | \- | N
icon | String / Object | - | `1.0.0-rc.1` | N
label | String | - | \- | N
value | String / Number | - | \- | N

View File

@@ -35,6 +35,14 @@ isComponent: true
{{ switch }}
### 带图标侧边导航
{{ with-icon }}
### 自定义样式
{{ custom }}
## API
### SideBar Props
@@ -56,5 +64,6 @@ click | `(value: number \| string, label: string)` | 点击选项时触发
-- | -- | -- | -- | --
badge-props | Object | - | 透传至 Badge 组件 | N
disabled | Boolean | false | 是否禁用 | N
icon | String / Object | - | `1.0.0-rc.1`。图标,传对象则透传至 Icon | N
label | String | - | 展示的标签 | N
value | String / Number | - | 当前选项的值 | N