Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

arlequins/beat-js-slider

Repository files navigation

beat-js-slider

intro

  • javascript library for slider
  • package

settings

interface Option {
	classNames?: {
		init?: string
		image?: string
	},
	scroll?: {
		interval?: number | default 3000
		direction?: string | default left
    use?: boolean | default true
	},
}

run command

./run.sh

webserver

open http:https://localhost:3000

example page