Composable web-page UI components — page headers, navigation bars, cards, alerts, and more — built on the swift-html view DSL.
dependencies: [
.package(url: "https://github.com/swift-foundations/swift-webpage.git", branch: "main")
]Add the product to your target:
.target(
name: "YourTarget",
dependencies: [
.product(name: "Webpage", package: "swift-webpage")
]
)Apache 2.0. See LICENSE.