0.5.1 • Published 3 months ago

@bobbykim/carousel-alpha v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@bobbykim/carousel-alpha

Demo

MCL Histoire Page

Install

npm i @bobbykim/carousel-alpha

Usage

import CarouselAlpha from "@bobbykim/carousel-alpha";

In your code

<script setup lang="ts">
...
import CarouselAlpha from '@bobbykim/carousel-alpha'
...
</script>

<template>
  <carousel-alpha>
    <!-- adding nested card-components -->
    <template #carousel="{ setRef, cards }">
      <card-component
        v-for="(card, i) in cards"
        :key="i"
        :ref="(el) => setRef(el)"
        class="mr-xs last:mr-0 h-full"
      ></card-component>
    </template>
  </carousel-alpha>
</template>

Required packages

  • @bobbykim/manguito-theme
  • @bobbykim/card-alpha
  • @bobbykim/card-beta
  • @bobbykim/card-delta

Maintainers

  • Bobby Kim - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.5.1

3 months ago

0.5.0

6 months ago

0.1.11

6 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.4.2

6 months ago

0.1.10

7 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.9

7 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago