Range Slider needs to be added


Topic: Range Slider needs to be added

Venky asked 5 years ago

Hi,

There is no component for a range slider in mdbreact package. Please check this screenshot for the reference, and it's good to show the values on hover and while dragging the slider with the tooltip.

Resources (screenshots, code snippets etc.)


Piotr Glejzer staff answered 5 years ago

Hi,

we don't have a mulri range slider in our package. I checked code from our docs in the lastest version and it is working.

Code:

import React from 'react';
import { MDBRangeInput } from 'mdbreact';

const SliderPage = () => {
  return (
    <div className='my-5'>
      <MDBRangeInput min={0} max={100} value={50} />
    </div>
  );
};

export default SliderPage;

enter image description here

Are you sure that you are using our component?

Best regards,
Piotr


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: 4.23.1
  • Device: Any
  • Browser: Any
  • OS: Any
  • Provided sample code: No
  • Provided link: Yes