- Add the following icons from Flowbite: (AMoyer) PR #6
- copy_file
- copy_file_alt
- search
- Improved tab control PR #6
- Support for multi-select PR #6
- Add the following control from Flowbite: (AMoyer)
- Range input
- Add the following icons from Flowbite: (AMoyer)
- bug
- circle_check
- edit
- messages
- Update to assign an ID to toggle switches (AMoyer)
- Update to allow user to define whitespace behavior for toast messages. (AMoyer)
- controls PR #4
- Adds radio form control with option for vertical or in-line alignment.
- Fixes circle_plus.jinja to be a circle plus instead of a circle with chevron arrow.
- Allows configuring the value and name of a checkbox
- Adds trash bin icon
- controls: input_text.jinja. Added
is_passwordprop to support password capture
- controls: card.jinja. Added
controls_valign_classto allow the use to control the card controls vertical alignment PR #3
- controls: fix bug in
table_static_row_cell.jinja
- controls: improved table_static_* to apply identifiers and correct jinja syntax. This was required to support htmx interactions.
- controls: fixed bug in
toggle_switch.jinja
- controls: added
toggle_switch.jinja
- controls - Conditionally add the Boolean attributes for the following input controls (PR #2):
input_text.jinjaselect.jinjacheckbox.jinja
- icons - add
close.jinjaicon
- layout - updated main_layout and stacked_layout to use
flowbite_header_content_center_outletblock to allow for center content in header
- icon - add angle_left.jinja
- icon - add angle_right.jinja
- icon - add angle_up.jinja
- icon - add arrow_left.jinja
- icon - add arrow_right.jinja
- icon - add expand.jinja
- icon - add adjustments_horizontal.jinja
- icon - add adjustments_vertical.jinja
- icon - add annotation.jinja
- icon - add archive.jinja
- icon - add award.jinja
- icon - add badge_check.jinja
- icon - add play.jinja
- icon - add play_solid.jinja
- icon - add arrow_up_right.jinja
- bug - fix issue with pattern attribute not working for input_text
components/input_text.jinjanow supportsreadonlyanddisabledattributes
- remove the
p-4from the<main>element of the stacked layout to all for more user control of the layout
- update input_text to support pattern attribute
- fix toast content spacing
- fix toast border
- fix toast bg color
- Add tab components that switch based anchor/query string:
tab_control_anchor&tab_anchor - Add tab components that use Flowbite javascript to hidden/show tab contents:
tab_content.jinjatab_control_body.jinjatab_control_header.jinjatab.jinja
- Added layouts