サムネイル&スワイプ機能付きの画像スライダー
framer-motionを使って実装しています。
About Preview
このコンポーネントを使いたい場合は、style.cssとcomponent.tsxの内容をコピーして、render.tsxを参考にコンポーネントを使ってください
Default Packages
プレビュー画面では以下のパッケージがインストールされています
- TailwindCSS
- framer-motion
- clsx
- tailwind-merge
pnpm add tailwindcss framer-motion clsx tailwind-merge
Component PropsType
interface CaroucelProps {
images: string[];
className?: string;
thumbnailHeight?: number;
}