wavefunk-ui 0.1.5

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## 0.1.4 - 2026-05-18

- Added embedded `Sidenav` rendering for composing side navigation inside an existing navigation landmark.

## 0.1.3 - 2026-05-18

- Added `AppShell` builders for sidebar nav labelling and body-level htmx boost control.
- Preserved the default `AppShell` boost behavior while rendering a generic primary navigation label.

## 0.1.0 - 2026-05-16

- Initial public `wavefunk-ui` crate.
- Typed Askama component primitives for actions, forms, layout, navigation, data display, feedback, overlays, loading states, and htmx interaction helpers.
- Embedded Wave Funk CSS, Martian font assets, htmx, htmx SSE, and `wavefunk.js` helpers for self-contained Rust binaries.
- Optional Axum asset router behind the `axum` feature.
- Integration gallery example covering the public component and asset surface.