[풀스택] 에어비앤비 클론코딩 Front-end 08 - Skeleton

star_is_mine·2022년 12월 4일
0
post-thumbnail

📌소개

강의링크 바로가기

📌배운내용 정리

Skeleton - loading animation

import { Skeleton } from "@chakra-ui/react";

<Box>
	<Skeleton rounded={"2xl"} height={280} mb={3} />
	<SkeletonText noOfLines={3} />
</Box>

Link to Skeleton Doc

📌Grab a Keyword

Skeleton

📌Grab a Key Concept

profile
i have a dream and I will make my dreams come true.

0개의 댓글