mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
19 lines
403 B
Markdown
19 lines
403 B
Markdown
# 加载条 Loading Bar
|
|
焦虑的安慰剂,疗效尚可。
|
|
## 演示
|
|
```demo
|
|
basic
|
|
```
|
|
## API
|
|
### $NLoadingBar
|
|
#### $NLoadingBar Methods
|
|
|名称|类型|说明|
|
|
|-|-|-|
|
|
|`start`|`(option: LoadingBarOption) => void`||
|
|
|`finish`|`(option: LoadingBarOption) => void`||
|
|
|`error`|`(option: LoadingBarOption) => void`||
|
|
|
|
#### LoadingBarOption Type
|
|
|属性|类型|说明|
|
|
|-|-|-|
|
|
|theme|`'light' \| 'dark'`|| |