# Button Component
**官方文档**: https://uviewpro.cn
## Instructions
This example demonstrates the Button component in uView Pro.
### Key Concepts
- Button types
- Button sizes
- Button states
- Button events
### Example: Basic Button
```vue
Default
Primary
Success
Info
Warning
Error
```
### Example: Button Sizes
```vue
Large
Normal
Small
Mini
```
### Example: Button States
```vue
Disabled
Loading
Plain
Circle
Round
```
### Example: Button Events
```vue
Click Me
```
### Example: Button with Icon
```vue
Search
Like
```
### Key Points
- Multiple types: primary, success, info, warning, error
- Multiple sizes: large, normal, small, mini
- Support disabled, loading, plain, shape
- Icon support
- Custom styling with custom-class or custom-style