react-loader-spinner

v5.1.6-0
react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.
react-component loader spinner react

build

yarn clean && yarn build:cjs && yarn build:esm && yarn copy-files

build:esm

tsc --module es6 --outdir ./dist/esm/

build:cjs

tsc --module commonjs --outdir ./dist/

build:watch

tsc --watch

typecheck

tsc --noEmit --skipLibCheck

lint

eslint ./src --ext .js,.jsx,.ts,.tsx

clean

rimraf dist/

copy-files

copyfiles -u 1 src/**/*.css dist/

test

jest --no-cache

Metadata

  • MIT
  • Whatever
  • Mohan Upadhyay
  • released 7/24/2022

Downloads

Maintainers