/toggle-switch-demo

This is an Arc2D Framework Toggle Switch WebComponent using Vanilla HTML/5, CSS3 & JavaScript. This example toggle-switch is a some-what of a replicate from a VueJS Toggle Switch Component Project on YouTube displaying the simplicity of using Arc2D vs other modern frameworks & applying W3C Standards with native WebComponent specs.

Primary LanguageJavaScriptMIT LicenseMIT

W3C WebComponent Toggle-Switch-Demo

image

This is an Arc2D ToggleSwitch using Vanilla HTML/5, CSS3 & JavaScript. This example toggle-switch is a some-what of a replicate from a VueJS ToggleSwitch Component Project on YouTube displaying the simplicity of using Arc2D vs other modern frameworks & applying W3C Standards with native WebComponent specs.

VueJS ToggleSwitch Demo: image

Viewing the Demo

If you clone this project, use the webserver of your choice and navigate to the public folder, this is the root of the demo.

If you'd like, within the public folder, open your command prompt/terminal and run npm install.

There after, you may run http-server ./ -p <port> to run a webserver ( ex. http-server ./ -p 3001 ).