Slider

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.


Slider

Revolutionize how you build the web

  • 1h 46m
  • Intermediate
2.0 (16,500)
$800 $850

GraphQL: introduction to graphQL for beginners

  • 2h 40m
  • Advance
2.5 (1,500)
$500 $600

HTML Full Course - Build a Website Tutorial

  • 3h 16m
  • Beginner
3.0 (1,600)
$550 $700

A Complete Beginner’s Guide to JavaScript

  • 4h 10m
  • Advance
3.5 (7,500)
$700 $850
// import node module libraries
import { Container } from 'react-bootstrap';
// import widget/custom components
import { CourseSlider } from 'widgets';
export const Slider1Example = () => {
return (
<section className='p-4 bg-light'>
<Container className='pt-8'>
<CourseSlider />
</Container>
</section>
)
}
Buy Now