# 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 ``` ### Example: Button Sizes ```vue ``` ### Example: Button States ```vue ``` ### Example: Button Events ```vue ``` ### Example: Button with Icon ```vue ``` ### 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