paulopes / panel-components

HTML components for Panel templates
Apache License 2.0
6 stars 1 forks source link

Why does panel-components not just extend some existing HTML generator? #21

Open MarcSkovMadsen opened 4 years ago

MarcSkovMadsen commented 4 years ago

I have been thing a bit about the api of panel-components and the optimal api.

I have a few considerations

There are a lot of existing python HTML generators out there. I am thinking that maybe the right thing to do is to lean on them by either using them or getting inspiration from them.

If possible please explain if this is not a good idea and why? Why is a new python html generator for panel needed?