sickcow878
@sickcow878
Reviews Written
8
Average Rating
5.0
The introduction is empty
Posts
Q&A
๊ฐ์ 9๋ถ 45์ด ์ง๋ฌธ์ ๋๋ค
(์ฌ์ง)React ๋ฒ์ ์ ๋๋น ๋ก๋ฉ์ชฝ์ ๋ฐ์ด๋๊ณ ์ค์ต ์ค์ ์์ด์
- 0
- 4
- 72
Q&A
๊ฐ์ 9๋ถ 45์ด ์ง๋ฌธ์ ๋๋ค
(์ฌ์ง)lottie๋ ์ ๋ฐ์์ ธ์๋๊ฑฐ ๊ฐ๊ณ loading-animation.json ํ์ผ ๊ฒฝ๋ก๋ ๋ง๋๊ฑฐ ๊ฐ์์ ๊ทผ๋ฐ ์ค๋ฅ ์ฝ๋๋ก ์ฝ์ ์ฐฝ์ ๋ฐ์ ์ฒ๋ผ ๋์ค๊ณ (์ฌ์ง)ํ์ฌ Loading.jsx ์ฝ๋๋ import Lottie from "react-lottie"; import animationData from "../../assets/loading-animation.json"; function Loading() { const defaultOptions = { loop: true, autoplay: true, animationData: animationData.default, rendererSettings: { preserveAspectRatio: "xMidYMid slice", }, }; // return Loading return ; } export default Loading; ์ด๋ ์ต๋๋ค
- 0
- 4
- 72




