Skip to content

9bitStudios/nineslider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nineslider

A simple slider/rotator. It is available in a vanilla JavaScript version, as a jQuery plugin, a React application, or as a Vue.js component. It is intentionally kept very simple with minimal code so that it can be built upon with additional styling or code...

View Demo

For the React version, which is written in ES6 you will have to build the slider and application using webpack. So you will need to have Node.js installed. In the /react directory you will first need to run...

$ npm install

to install dependencies. After that finishes you will need to run...

$ webpack

to watch the files for any changes you make.

About

A simple base slider/rotator written in vanilla JavaScript, jQuery, a Vue.js component, and a React application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published