Giter VIP home page Giter VIP logo

vuejs-carousel's Introduction

npm version Downloads License

Code Climate Test Coverage Issue Count

bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

VueJs Carousel

Easy to use VueJS component for Photo galleries, built with VueJS and web standards in mind

How to install

  • Either download or clone this repository
  • Run npm install this will install all the necessary tools from NPM
  • Run npm run dev this will create the dist folder
  • Grab the file inside the dist folder and follow the How to use section

How to use

This carousel is pretty easy to use. Put the source code inside your page:

 <script src="dist/carousel.js"></script>

Add the component to your page:

<div id="your-application-id">
  <carousel source="your-api-source"></carousel>
</div>

Try it with a source, for example you can use Json Placeholder

Configuration

The current state of the component uses an array of photos object and it expects this attributes:

  • albumId
  • id
  • thumbnailUrl
  • title
  • url

Be Aware: If you have a different API structure you have to change the code a little bit in particular you have to change the attributes of selectedPhoto and of photos. I will try to make this as dynamic as possibile but I'm still learning Javascript.

License

See License file for further details.

Changelog

See Changelog File for further details.

vuejs-carousel's People

Contributors

ludo237 avatar angelogulina avatar lewiscowles1986 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.