--- order: 3 title: zh-CN: 包含子组件 en-US: Contains sub component --- ## zh-CN 加载占位图包含子组件。 ## en-US Skeleton contains sub component. ```jsx import { Skeleton, Button } from 'antd'; class Demo extends React.Component { state = { loading: false, }; showSkeleton = () => { this.setState({ loading: true }); setTimeout(() => { this.setState({ loading: false }); }, 3000); }; render() { return (
We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and efficiently.