@ralphjsmit Hey! I used your livewire-urls package to set the intended location (redirect after login) from Livewire component. Look there: https://t.co/vTysAaHEMl
@brbcoding Hey! I used your raw SQL query as an inspiration to grab statistics data but with the staudenmeir/laravel-cte package. Look there: https://t.co/yfrJpL5PnC
@marcelpociot@smashingmag@SaraSoueidan 3. I would then consider how the layout should behave if there is more content, what should be interactive e.g. menu and how should it look responsively. I would add more content and see what happens.
@marcelpociot@smashingmag@SaraSoueidan with Tailwind usually the following statements:
- How to divide the initial content in each div - flex/grid/other,
- How much space should the nested elements take up (width or columns),
- What will be the margins/paddings and do they repeat for each section.