An open API service indexing awesome lists of open source software.

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 ๐Ÿ‘ 

Awesome Lists containing this project

README

        

***`dom`***

[![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml)
[![Documentation](https://github.com/tayloraswift/swift-dom/actions/workflows/Documentation.yml/badge.svg)](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 | [![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| ๐Ÿ Darwin | [![Tests](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/Tests.yml) |
| ๐Ÿ Darwin (iOS) | [![iOS](https://github.com/tayloraswift/swift-dom/actions/workflows/iOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/iOS.yml) |
| ๐Ÿ Darwin (tvOS) | [![tvOS](https://github.com/tayloraswift/swift-dom/actions/workflows/tvOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/tvOS.yml) |
| ๐Ÿ Darwin (visionOS) | [![visionOS](https://github.com/tayloraswift/swift-dom/actions/workflows/visionOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/visionOS.yml) |
| ๐Ÿ Darwin (watchOS) | [![watchOS](https://github.com/tayloraswift/swift-dom/actions/workflows/watchOS.yml/badge.svg)](https://github.com/tayloraswift/swift-dom/actions/workflows/watchOS.yml) |

[Check deployment minimums](https://swiftinit.org/docs/swift-dom#ss:platform-requirements)