New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

carousel-mts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carousel-mts

carousel con simple javascript y propiedad order de flexbox

latest
Source
npmnpm
Version
0.2.6
Version published
Maintainers
1
Created
Source

v.0.2.5

Characteristics:

  • Responsive
  • Accept any number of items
  • Css Customizable
  • Easy to apply
  • Without Jquery

Tested on IE10, Chrome, Safari, Firefox, Opera, iPhone, iPad, (Any browser that accepts flexbox).

1.How to start

install

npm install carousel-mts --save

Add this files in to html.

<!-- basic styles -->
<link rel="stylesheet" href="carousel.css">

<!-- add javascript file-->
<script src="carousel.js"></script>

2.Set your HTML

Sample structure to use in the html.

<div class="contenedor"> <!-- optional -->
	<ul id="carousel-mts" class="carousel-mts">
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  <li> <figure> YOUR IMAGE </figure> </li>
	  ...
	</ul>
</div>

3.Ready to use

That's all.

License

The MIT License (MIT)

FAQs

Package last updated on 11 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts