pure-react-carousel

v1.27.5
A highly impartial suite of React components that can be assembled by the consumer to create a responsive and aria compliant carousel with almost no limits on DOM structure or CSS styles.
react carousel aria responsive accessibility accessible

commit

git-cz

commit:add

git add .

commit:all

npm run commit:add && npm run commit

test

BABEL_ENV=test jest --no-cache

test:coverage

BABEL_ENV=test jest --coverage --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 --ignore-path .gitignore

lint:fix

eslint ./src --fix --ext .js --ext .jsx --ignore-path .gitignore

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

prepublishOnly

npm run build

semantic-release

semantic-release

deploy

gh-pages -d dev

true-level

rm -rf ./node_modules ./.babel-cache; npm install

Metadata

  • MIT
  • Whatever
  • Matthew Toledo
  • released 10/8/2020

Downloads