estevanmaito / windmill-dashboard

📊 A multi theme, completely accessible, ready for production dashboard.
https://windmillui.com/dashboard-html
MIT License
2.85k stars 475 forks source link

Not an Issue, Just Complementing Windmill #15

Open orware opened 3 years ago

orware commented 3 years ago

Hi Estevan,

Just wanted to comment and say that I appreciate you putting the Windmill Dashboard together! I'm just switching to using Laravel + Livewire and learning about Tailwind CSS and AlpineJS so having a nice (and accessible Dashboard) available will help jumpstart my current/future projects a bit.

I hope you're able to continue building on the work you've already done so far, thank you!

matiazar commented 3 years ago

How do you install it on Laravel? or you only copy paste it?

trondhuso commented 1 year ago

@matiazar You copy and paste, and then you start adding Laravel-specific view "things" in the theme. Depending on how to you code it, you could use the Yield("Content") and then add section ("Content") or you could use other approaches.