Skip to content

swift-webpage

Development Status

Composable web-page UI components — page headers, navigation bars, cards, alerts, and more — built on the swift-html view DSL.

Installation

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")
    ]
)

License

Apache 2.0. See LICENSE.

About

Composable web-page UI components (headers, navigation bars, cards, alerts) built on the swift-html view DSL.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages