Skip to content

[BUG]: components/scroll-stack #799

@aizo12

Description

@aizo12

Describe the issue

Image there is no card styled also the scroll's stuck i just imported the TS-TW file and used exactly like shown

Reproduction Link

No response

Steps to reproduce

"use client";
import Image from "next/image";
import HomeSec from "./components/Home";
import ProjectSec from "./components/ProjectSec";
import Footer from "./components/Footer";
import AchievementSec from "./components/AchievementSec";
import ScrollStack, { ScrollStackItem } from '@/app/components/ScrollStack';

export default function Home() {
return (
<>




Card 1


This is the first card in the stack




Card 2


This is the second card in the stack




Card 3


This is the third card in the stack




</>
);
}

Validations

  • I have checked other issues to see if my issue was already reported or addressed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions