-
Notifications
You must be signed in to change notification settings - Fork 535
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
Issue in BentoGrid #19
Comments
Same issue occuring on my end. If somebody finds a fix please update. |
Solution to this issue is already updated in the codebase itself. Just move to components/ui/BentoGrid.tsx and there you will find the following code snippet:
Grid styles are updated here, which is not mentioned in the video. Just copy and paste this into your codebase. |
still same problem actually bentogrid is working correctly on local but when deployed to vercel its not styling correctly |
So i did the same thing given above but for me too it didnt work. so i initialized the classname in the bentogriditem function itself
|
not at all, This problem can't be resolved Yet export const getClassName = (index: number): string => { // Added type annotation for index and return type export const BentoGrid = ({ export const BentoGridItem = ({ {icon} {title} {description} ); }; |
I am having an issue with BentoGrid. I followed the same code from the you-tube video but my layout seems different. lg:col-span-3 cover the full width in lg screen. I tried nesting it into a div having a className with grid grid-cols-* but still i didn't match the requirements
The text was updated successfully, but these errors were encountered: