Closed PanderMusubi closed 1 year ago
Thank you for working on this, but generally, we don't add macros for pure Bootstrap components like progress or image. That's not the direction for this project. We should only focus on the rendering of Flask/Python objects like the Pagination
object from Flask-SQLAlchemy, or the FlaskForm
object from Flask-WTF. Adding macro for pure Bootstrap/HTML objects is unnecessary, and this adds an extra layer of API. I'm going to close this one and another two PRs, sorry.
You could make these functionalities available in your forked project if that's what you need.
Support of Bootstrap Progress. Tests and documentation will be added after review.