-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination buttons don't show on Sveltekit project #4590
Comments
Duplicate of #4574 |
It's really not it's pagination not navigation, just because I have used his instructions doesn't mean it's the same issue u_u |
I have the same issue, the pagination icons do not show with Sveltekit. |
I found a way to solve it, I’m passing you the code that I implemented in svelte kit.
|
I was searching all over for this, also but solved it with the simplest thing in svelte kit. |
What You Did
https://codesandbox.io/s/black-wind-on3qc
I'm using it with sveltekit, to reproduce:
npm init svelte@next (sveltekit demo app -> no -> no -> no)
npm install
npm install swiper
npm run dev
create a new component inside lib
copy the code to the new component and use inside a page
Expected Behavior
Pagination should work fine with either Svelte or Sveltekit
Actual Behavior
Animation shows, but buttons don't on Sveltekit
The text was updated successfully, but these errors were encountered: