Anyone use a bootstrap admin dashboard template?

I was thinking of using an MIT licensed admin dashboard template - specifically just taking the CSS/HTML UI design and writing a dash layout for it [ html.Div(className=…) ]
Has anyone done this before?

The design inspiration I’m looking at is https://preview.tabler.io/

I have done it several times and is working fine for me.
currently am working with this https://colorlib.com/polygon/srtdash/index3-horizontalmenu.html:ok_hand: working fine

Wow that is a great job! Would you be willing to share the source for one of your dashboards?

If you haven’t come across it already, you might find the Dash Bootstrap Components package useful

2 Likes


simple dashboard.

will post full functional application soon…

3 Likes

Yes, I have also done this. You can also take CSS/HTML UI design and write a dash layout as you mentioned. I have used this admin dashboard template https://themeselection.com/products/chameleon-admin-free-bootstrap-dashboard-template/ and it works great.

Take a look at this project: GitHub - quanteeai/dash-admin-components: AdminLTE3 Dash components

Yes. I’ve recently used Sneat Free Bootstrap 5 HTML Admin Template and it worked great for me. You can literally integrate it with any backend you want. Also, it is highly customizable admin template.

3 Likes

Hi, thats great to hear!

I was wondering if you were able to use the custom components like footer or menu with dash. I’m not sure how that would be done. Would appreciate any guidance on that, since there’s nothing specifically about sneat + dash out there. Thanks