0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

react-loader-spinnerのサンプル

Last updated at Posted at 2025-01-15

react-loader-spinnerで利用できる全ローダーを一覧表示しました。自分用メモ。
https://www.npmjs.com/package/react-loader-spinner

loader.gif

import {
  Audio,
  BallTriangle,
  Bars,
  Circles,
  CirclesWithBar,
  Grid as LoadGrid,
  Hearts,
  InfinitySpin,
  LineWave,
  MutatingDots,
  Oval,
  Puff,
  RevolvingDot,
  Rings,
  RotatingSquare,
  RotatingLines,
  TailSpin,
  ThreeCircles,
  ThreeDots,
  Triangle,
  Watch,
  FallingLines,
  Vortex,
  RotatingTriangles,
  Radio,
  ProgressBar,
  MagnifyingGlass,
  FidgetSpinner,
  DNA,
  Discuss,
  ColorRing,
  Comment,
  Blocks,
  Hourglass
} from 'react-loader-spinner'
            
          <Box className={"Test"}>
            <Audio/>
            <BallTriangle/>
            <Bars/>
            <Circles/>
            <CirclesWithBar/>
            <LoadGrid/>
            <Hearts/>
            <InfinitySpin/>
            <LineWave/>
            <MutatingDots/>
            <Oval/>
            <Puff/>
            <RevolvingDot/>
            <Rings/>
            <RotatingSquare/>
            <RotatingLines/>
            <TailSpin/>
            <ThreeCircles/>
            <ThreeDots/>
            <Triangle/>
            <Watch/>
            <FallingLines/>
            <Vortex/>
            <RotatingTriangles/>
            <Radio/>
            <ProgressBar/>
            <MagnifyingGlass/>
            <FidgetSpinner/>
            <DNA/>
            <Discuss/>
            <ColorRing/>
            <Comment/>
            <Blocks/>
            <Hourglass/>
        </Box>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?