ned2 / slapdash

Boilerplate for bootstrapping scalable multi-page Dash applications
MIT License
253 stars 31 forks source link

Consider including dash-bootstrap-components #8

Closed mungojam closed 5 years ago

mungojam commented 6 years ago

Rather than just providing Row and Column, by including dash-bootstrap-components, you could provide a default sidebar layout or something like that.

People starting out with Shiny tend to get shown nice bootstrap layouts in the getting-started guides, so it has more of a wow factor for beginners.

ned2 commented 6 years ago

Oh that's super cool! I did not know about that project. That would make a lot of sense. I'll absolutely consider this :)

dustyny commented 5 years ago

I would like to also suggest this as well. I think you're filling an important need for Dash and dash-bootstrap-components looks like it has some velocity.

I would really appreciate it if slapdash focused on a great boilerplate and integrations. If you can tie together a few solid Dash projects like dash-bootstrap, it could seriously improve the learning curve and save a bunch of time building a new project.

ned2 commented 5 years ago

Dash Bootstrap Components are great! I've just merged #11, which was a fairly chunky PR, that amongst other improvements, switched most of Slapdash's layouts to use dbc components!

pbugnion commented 5 years ago

Hey! I'm one of the authors of dash-bootstrap-components. We just wanted to say thanks for including it in the boilerplate. We definitely value feedback, so if you have suggestions, just raise issues on the repo!

ned2 commented 5 years ago

My pleasure @pbugnion! Thanks for doing such a great job of putting dash-bootstrap-components together. I've just added dbc.Textarea and dbc.Navbar into the example app -- thanks for getting them together so quickly :)

Will definitely pass along any feedback that comes up!