Giter VIP home page Giter VIP logo

image-slider-npm's Introduction

Image Slider

Description

Image Slider is a module that allows you to create an image carousel or slider on your website. It provides a user-friendly and interactive way to showcase a collection of images in a slideshow format.

Installation

You can install Image Slider using npm:

npm install @karprabha/image-slider

Usage

Script Tag:

Include the Image Slider script in your HTML file using a script tag:

<script src="{root dir}/node_modules/@karprabha/image-slider/dist/image-slider.js"></script>
<script>
    imageSlider();
</script>

Make sure to adjust the {root dir} placeholder with the appropriate path to your project's root directory.

JavaScript File:

Alternatively, you can import and use Image Slider in your JavaScript file:

import imageSlider from "@karprabha/image-slider";
imageSlider();

CSS Classes

To make the image-slider functional, apply the following CSS classes to your html structure:

<div class="slider">
    <!-- Add your image slides here  -->
    <!-- Slide 1 -->
    <div class="slide">
        <img src="https://pn-sumedang.go.id/tidak_ada_gambar.jpg" alt="tmp" />
    </div>

    <!-- Slide 2 -->
    <div class="slide">
        <img src="https://pn-sumedang.go.id/tidak_ada_gambar.jpg" alt="tmp" />
    </div>

    <button type="button" class="btn-nav btn-prev">&lt;</button>
    <button type="button" class="btn-nav btn-next">&gt;</button>
</div>

image-slider-npm's People

Contributors

karprabha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.