pure-react-carousel

v1.19.6
A highly impartial suite of React components that can be assembled by the consumer to create a responsive, aria compliant, carousel with almost no limits on DOM structure or CSS styles. If you're tired of fighting some other developer's CSS and DOM struct
react carousel aria responsive accessibility accessible

test

BABEL_ENV=test jest --no-cache

test:watch

BABEL_ENV=test jest --watch

start

NODE_ENV=development rollup -w -c rollup.config.dev.js

lint

eslint . --ext .js --ext .jsx

lint:fix

eslint ./src --fix --ext .js --ext .jsx

prebuild

rimraf dist

build

NODE_ENV=production rollup -c rollup.config.cjs.js && NODE_ENV=production rollup -c rollup.config.es.js

build:commonjs

NODE_ENV=production rollup -c rollup.config.cjs.js

build:es

NODE_ENV=production rollup -c rollup.config.es.js

postbuild

node postbuild.js

build:watch

watch 'npm run build' src

deploy

gh-pages -d dev

Metadata

  • MIT
  • Whatever
  • Matthew Toledo
  • released 5/9/2019

Downloads