import React from "react"; import styles from "./index.less"; 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.