1.1.0-rc-0.35 • Published 7 months ago

@mark8t/core v1.1.0-rc-0.35

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Svelte Card Carousel

npm npm GitHub repo GitHub followers

The ultimate carousel component for Svelte 3.

Demo

Installation

yarn add your-package-name
npm install your-package-name
pnpm install your-package-name

Import Component

<script>
  import Carousel from 'your-package-name';
  ...
</script>

SvelteKit Support

If you're using SvelteKit, follow these additional steps: 1. Install as a dev dependency.

pnpm install your-package-name -D
  1. Extend kit in svelte.config.js to include the vite property.
const config = {
  kit: {
    vite: {
      optimizeDeps: {
        include: ['dependency1', 'dependency2']
      }
    }
  }
}

Props

PropTypeDefaultDescription
dataarray[]An array of card data objects.
autoScrollbooleanfalseEnable/disable auto-scrolling.
autoScrollSpeednumber3000Speed of auto-scrolling in ms.
dragAccelerationnumber1.5Acceleration factor for drag.
wrapLeftbooleantrueEnable/disable wrap to last item.
wrapRightbooleantrueEnable/disable wrap to first item.

Events

onCardClick

Triggered when a card is clicked.

<Carousel on:cardClick={handleCardClick} />

Methods

goToPage(index)

Navigate to a specific page by index.

carousel.goToPage(2);

Troubleshooting

If you encounter the "document is not defined" error while running Vitest, make sure to include jsdom to simulate a DOM environment.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.1.0-rc-0.25

9 months ago

1.1.0-rc-0.26

9 months ago

1.1.0-rc-0.23

9 months ago

1.1.0-rc-0.24

9 months ago

1.1.0-rc-0.21

9 months ago

1.1.0-rc-0.22

9 months ago

1.1.0-rc-0.20

9 months ago

1.1.0-rc-0.6

9 months ago

1.1.0-rc-0.29

8 months ago

1.1.0-rc-0.9

9 months ago

1.1.0-rc-0.27

9 months ago

1.1.0-rc-0.8

9 months ago

1.1.0-rc-0.7

9 months ago

1.1.0-rc.0.2

9 months ago

1.1.0-rc.0.3

9 months ago

1.1.0-rc.0.1

9 months ago

1.1.0-rc-0.14

9 months ago

1.1.0-rc-0.15

9 months ago

1.1.0-rc-0.34

7 months ago

1.1.0-rc-0.12

9 months ago

1.1.0-rc-0.35

7 months ago

1.1.0-rc-0.13

9 months ago

1.1.0-rc-0.32

7 months ago

1.1.0-rc-0.10

9 months ago

1.1.0-rc-0.33

7 months ago

1.1.0-rc-0.11

9 months ago

1.1.0-rc-0.30

8 months ago

1.1.0-rc.0.4

9 months ago

1.1.0-rc-0.18

9 months ago

1.1.0-rc-0.19

9 months ago

1.0.0-rc.0

9 months ago

1.1.0-rc-0.16

9 months ago

1.1.0-rc-0.17

9 months ago

1.1.0-rc.0

9 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago