phoenixframework / phoenix_live_dashboard

Realtime dashboard with metrics, request logging, plus storage, OS and VM insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use custom CSS framework?

mickel8 opened this issue · comments

Totally a noob question but is it possible to use a custom CSS framework for my LiveDashboard page?

From what I understand, LiveDashboard comes with built-in CSS classes loaded when going under /dev/dashboard in Phoenix, so that's probably not possible?

On the other hand, relying on built-in CSS classes might also not be very safe as they probably can change in the future?

Does it mean that the only way to style my custom LiveDashboard components is to use raw style=""?

I believe we officially export Bootstrap CSS classes and you can rely on those. :) But that's it.

Thanks!