hummingbird-elementary

0.4.1

A modern and efficient HTML rendering library - inspired by SwiftUI, built for the web.
hummingbird-community/hummingbird-elementary

What's New

0.4.1

2024-12-08T12:59:31Z

What's Changed

Full Changelog: 0.4.0...0.4.1

Elementary: HTML Templating in Pure Swift

A modern and efficient HTML rendering library - inspired by SwiftUI, built for the web.

This packages helps you serve Elementary HTML web apps with Hummingbird.

Simply wrap HTMLResponse around your HTML content and return it from your routes.

import Hummingbird
import HummingbirdElementary

let router = Router()
router.get("index") { _, _ in
    HTMLResponse {
        MyIndexPage()
    }
}

Check out the docs in the Elementary repo for more information.

Description

  • Swift Tools 5.10.0
View More Packages from this Author

Dependencies

Last updated: Wed May 14 2025 19:22:51 GMT-0900 (Hawaii-Aleutian Daylight Time)