WesselBBD / Grad-WebLevelUp

Our 3rd level up involving web technologies
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Feature/slider component #27

Closed fabio-sv closed 2 years ago

fabio-sv commented 2 years ago

Filter component

To Note

Using it

import { createSlider } from "./components/slider/slider.js";

const container = document.getElementById("insert-box");
const slider= createSlider("RPM", {  initialValue: 3000,  max: 6500,  step: 15 });

container.appendChild(slider);

Output

Filter

Multiple in a container

Filters

PauloN1 commented 2 years ago

Hey Fabio, did you notice your PR has conflicts?

fabio-sv commented 2 years ago

Hey Paulo, Will fix, thanks.

WesselBBD commented 2 years ago

Example They move now!

fabio-sv commented 2 years ago

Example They move now!

PLUG!