https://github.com/tayloraswift/swift-dom
taylorโs (not so) famous HTML DSL ๐
https://github.com/tayloraswift/swift-dom
html server-side-swift svg swift swift-dsl xml
Last synced: about 2 months ago
JSON representation
taylorโs (not so) famous HTML DSL ๐
- Host: GitHub
- URL: https://github.com/tayloraswift/swift-dom
- Owner: tayloraswift
- License: apache-2.0
- Created: 2022-01-26T23:10:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T22:49:36.000Z (3 months ago)
- Last Synced: 2025-03-19T02:37:55.618Z (2 months ago)
- Topics: html, server-side-swift, svg, swift, swift-dsl, xml
- Language: Swift
- Homepage: https://swiftinit.org/docs/swift-dom/html
- Size: 207 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
***`dom`***
[](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml)
[](https://github.com/tayloraswift/swift-dom/actions/workflows/Documentation.yml)The ***`swift-dom`*** library is a cross-platform, efficient, expressive DSL for generating HTML
(and related formats) with few intermediate allocations.[documentation](https://swiftinit.org/docs/swift-dom/html) ยท
[license](LICENSE) ยท
[getting started](https://swiftinit.org/docs/swift-dom/html/getting-started)## Requirements
The swift-dom library requires Swift 5.10 or later.
| Platform | Status |
| -------- | ------ |
| ๐ง Linux | [](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| ๐ Darwin | [](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| ๐ Darwin (iOS) | [](https://github.com/tayloraswift/swift-dom/actions/workflows/iOS.yml) |
| ๐ Darwin (tvOS) | [](https://github.com/tayloraswift/swift-dom/actions/workflows/tvOS.yml) |
| ๐ Darwin (visionOS) | [](https://github.com/tayloraswift/swift-dom/actions/workflows/visionOS.yml) |
| ๐ Darwin (watchOS) | [](https://github.com/tayloraswift/swift-dom/actions/workflows/watchOS.yml) |[Check deployment minimums](https://swiftinit.org/docs/swift-dom#ss:platform-requirements)