loading-indicator #
loading-indicator 加载指示器
使用gif图片的加载指示器。
我们即将推出更多的基于动画的指示器。
<n-loading-indicator></n-loading-indicator>
<n-loading-indicator src="/static/ui/loading.gif" width="100rpx" height="100rpx"></n-loading-indicator>

Props #
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| src | 提示 gif 图片 | string | - | '/static/ui/loading.gif' |
| width | 自定义宽度 | string | - | '36rpx' |
| height | 自定义高度 | string | - | '36rpx' |