helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.

Home Page:https://bootstrap-flask.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update macros for Bootstrap 5

greyli opened this issue · comments

The initial support for Bootstrap 5 was added in #161. Then I'll update all the macros to support Bootstrap 5:

  • render_messages
  • render_icon
  • render_static
  • render_nav_item
  • render_breadcrumb_item
  • render_table
  • render_pager
  • render_pagination
  • render_field
  • render_form
  • render_form_row
  • render_hidden_errors

Feel free to make a PR for some of the macros!

When working on render_field, please also have a look at #174 (comment)