react-circular-progress-bar
라이브러리2023. 4. 8. 01:04react-circular-progress-bar

intro오늘은 원형 프로그래스 바 라이브러리를 가지고 왔습니다.생각보다 마음에 드는 원형 프로그래스 바 찾기가 너무 힘들었어요.. 1시간~2시간정도 찾아볼 정도로... 제가 사용한 라이브러리는 react-circular-progress-bar입니다.깃헙: https://github.com/tomickigrzegorz/react-circular-progress-bar예시: https://tomickigrzegorz.github.io/react-circular-progress-bar/?path=/story/circular-progress-bar--minimalinstallnpm install @tomickigrzegorz/react-circular-progress-barcodeimport { Circula..

React-spinners
라이브러리2023. 4. 3. 14:32React-spinners

intro 오늘 사용해본 라이브러리는 "react-spinners"입니다. 사이트에 접속하면 다양한 모양의 스피너가 있습니다. https://www.davidhu.io/react-spinners/ 데이터를 불러오는 로딩 시간동안 띄우기 위해 사용했습니다. install npm install --save react-spinners code import { PuffLoader } from "react-spinners"; // 컴포넌트 {isLoading ? ( ) : ( ... )} 색이나 사이즈 등 스타일 변경이 가능합니다. 결과 프로젝트할 때 유용하게 써먹을 수 있을 듯합니다. good

image