UNPKG

fullscreenslider-barlaanstinson

Version:

This is a simple JavaScript implementation of a full screen slider. It creates a container with multiple slides, each occupying the entire viewport. Users can scroll horizontally to navigate between slides.

41 lines (40 loc) 1.03 kB
{ "name": "fullscreenslider-barlaanstinson", "version": "1.2.2", "description": "This is a simple JavaScript implementation of a full screen slider. It creates a container with multiple slides, each occupying the entire viewport. Users can scroll horizontally to navigate between slides.", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "https://github.com/barlaanstinson/FullScreenSlider.git" }, "keywords": [ "sample", "npm", "package", "tea", "aromatic", "brew", "herbal", "caffeine", "relaxation" ], "author": "barlaanstinson", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", "axios": "^0.21.1", "tea-leaves": "^1.0.0", "tea-infuser": "^2.5.0", "tea-cup": "^3.2.1", "tea-strainer": "^1.3.0", "tea-pot": "^2.0.5" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "tea-library": "^4.0.0", "tea-ceremony": "^1.1.0", "tea-sommelier": "^3.3.0" } }