bOOmer
bOOmer
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
too much nested flex ended up not getting it right initially had to clean up parent styling first
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
Got it done by flex easily ...not sure why i was doing with grid
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
I am using tailwind css
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
eg i have just 1 tile ...later i keep adding so based on tile size it should add horizontally as much possible and start on next line
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
yeah but how do i make it dynamic
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
this is my code
13 replies
KPCKevin Powell - Community
Created by bOOmer on 5/29/2024 in #front-end
Grid styling
export default function Home() { return ( <div className="flex flex-col "> <div className="">Broker Login PAGE</div> <div className="grid grid-cols-4 grid-flow-auto border h-screen"> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">01</div> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">02</div> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">03</div> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">04</div> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">05</div> <div className="bg-red-800 p-5 m-5 w-40 h-40 text-center content-center">06</div> {/<div className="m-5"> <LoginTile/> </div>/} </div> </div> ); }
13 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
Hi In the sidebar items ...how does one control the colors or sizes of icon and Like i dont get it theres no documentation around in flowbite react for customisation , how do i know what properties or classes any component supports
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
I spent 2 hours ... scratching my head
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
WTF is this magic 🧐
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
thanks
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
so this editing to pre made components...shoudnt be a part of global css right ? just an extra css file along the component folder
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
I meant in the HTML part ....but the div itself it not accessible its in between Sidebar and Sidebar.Items
19 replies
KPCKevin Powell - Community
Created by bOOmer on 4/8/2024 in #front-end
Need to remove bottom padding
Ohh so I cant mentions className ="" anywhere and do it directly
19 replies