# Layout Introduction **官方文档**: https://uviewpro.cn ## Instructions This example provides an introduction to uView Pro layout templates. ### Key Concepts - Layout categories - Layout usage - Responsive layout ### Example: Layout Categories **Grid Layout (网格布局)**: - Grid system - Responsive grid - Grid columns **Flex Layout (弹性布局)**: - Flex container - Flex items - Flex direction **Container Layout (容器布局)**: - Container - Header - Content - Footer ### Example: Grid Layout ```vue ``` ### Example: Flex Layout ```vue ``` ### Key Points - Multiple layout options - Responsive design - Easy to use - Well documented - Flexible configuration