# LoadingPlus
Loading, divided into two types: circular and spinner
# load type
<press-loading-plus />
<press-loading-plus type="spinner" />
# Custom Colors
<press-loading-plus color="#1989fa" />
<press-loading-plus type="spinner" color="#1989fa" />
# Custom size
<press-loading-plus size="15" />
<press-loading-plus type="spinner" size="38" />
# Load copy
<press-loading-plus size="24px">Loading...</press-loading-plus>
# vertical alignment
<press-loading-plus size="24px" vertical>Loading...</press-loading-plus>
# API
# Props
Parameter | Description | Type | Default |
---|---|---|---|
color | color | string | #c9c9c9 |
type | type, optional value is spinner | string | circular |
size | Load icon size, the default unit is px | string | number | 30px |
text-size | text size, the default unit is px | string | number | 14px |
vertical | Whether to arrange icons and text content vertically | boolean | false |
# Slots
Name | Description |
---|---|
- | Load copy |