Socket
Socket
Sign inDemoInstall

@fouita/images-carousel-zoom

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fouita/images-carousel-zoom

svelte tailwind Image carousel zoom


Version published
Maintainers
1
Created
Source

Svelte + tailwindcss image preview with zoom

Svelte component to display and zoom on product images

install

$npm install @fouita/images-carousel-zoom

fouita simple zoom

Responsive display

fouita simple zoom

How to use?

<script>
    import ImgZoom from '@fouita/images-carousel-zoom'
    const base_url = "https://multimedia.bbycastatic.ca/multimedia/products/500x500/130/13021"
</script>

<ImgZoom images ={
    selected :`${base_url}/13021743.jpg`,
	List :  [
	 `${base_url}/13021743.jpg`,
	 `${base_url}/13021743_1.jpg`,
     `${base_url}/13021743_2.jpg`,
     `${base_url}/13021743_3.jpg`,
     `${base_url}/13021743_4.jpg`
	]
   } >

Requirements

  • Tailwindcss
  • Svelte project

About

Fouita : UI framework for svelte + tailwind components

Keywords

FAQs

Package last updated on 11 Sep 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc