Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapor-community/HTMLKit
Create and render HTML templates with HTMLKit
https://github.com/vapor-community/HTMLKit
dsl html server-side-swift swift template-language vapor
Last synced: 3 days ago
JSON representation
Create and render HTML templates with HTMLKit
- Host: GitHub
- URL: https://github.com/vapor-community/HTMLKit
- Owner: vapor-community
- License: mit
- Created: 2019-02-15T10:36:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T18:12:21.000Z (12 days ago)
- Last Synced: 2024-10-23T07:11:51.124Z (12 days ago)
- Topics: dsl, html, server-side-swift, swift, template-language, vapor
- Language: Swift
- Homepage:
- Size: 1.81 MB
- Stars: 404
- Watchers: 12
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
The HTMLKit framework consists of a list of features to create HTML templates in a type-safe and performant way:
- **Declarative syntax** - The declarative syntax helps you write valid HTML markup.
- **Template system** - Scaffold your code into various, reusable views to create an entire template.
- **Dynamic context** - Apply context to your template to process content dynamically.
- **Language localization** - Specify the parts that should be translated or formatted for local languages and cultures.
- **UI components** - Construct user interfaces with the components library.
- **Symbol bundle** - Use the symbols which come within the framework.The framework comes with an integration for the web framework [Vapor](https://github.com/vapor/vapor). Interested? Lets get started: [Tutorials](https://swiftpackageindex.com/vapor-community/htmlkit/main/tutorials/introduction)