Buggy Bug World
Buggy Bug World
KPCKevin Powell - Community
Created by o_O on 6/3/2024 in #ui-ux
How do I make a single column table look good?
A carousel will be great.
35 replies
KPCKevin Powell - Community
Created by M.A.L on 5/27/2024 in #front-end
onClick button is not working like expecting
I can see now, I had to zoom in. Before it won't zoom. 😂 In CreateCourse.jsx, is setChapterState a prop?
25 replies
KPCKevin Powell - Community
Created by M.A.L on 5/27/2024 in #front-end
onClick button is not working like expecting
I can't see your function screenshot.
25 replies
KPCKevin Powell - Community
Created by Gnomeuel on 5/17/2024 in #front-end
Height Adjustment for StPageFlip
Isn't fixed height going to cause the content to overflow?
7 replies
KPCKevin Powell - Community
Created by Gnomeuel on 5/17/2024 in #front-end
Height Adjustment for StPageFlip
I understand this to an extent, I'll drop hint tomorrow. I write React, yet to do Vuejs. But in React to implement width or height auto-just you'll need to use useRef and perform some logic.
7 replies
KPCKevin Powell - Community
Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
Thanks, Andrew for helping me note this. @uliana3412 I'm sorry about that too.
10 replies
KPCKevin Powell - Community
Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
Hey, @uliana3412 . Have you been able to fix this?
10 replies
KPCKevin Powell - Community
Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
I'll drop some codes later.
10 replies
KPCKevin Powell - Community
Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
To fix the increment failure once it gets to the last index, you could write some conditions to check if the index equals the last it should return to the first index.
10 replies
KPCKevin Powell - Community
Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
If I get you correctly, if you're data is coming as an array, you could use the index of the array to fix this by increment although, once it gets to the last array it'll break.
10 replies