HTMLKit icon indicating copy to clipboard operation
HTMLKit copied to clipboard

Create and render HTML templates with HTMLKit

Results 32 HTMLKit issues
Sort by recently updated
recently updated
newest added

Hi, Even tho i'm setting the locale using `app.htmlkit.localization.set(locale: "pt")` I keep getting the error **.missingTables** because the **currentLocale** keeps defaulting to my browser's locale "en". Not sure it's a...

bug
localization
needs attention
v3
rendering

At the moment it is not possible to pass an environment value as an attribute value.

enhancement
component
html
v3
rendering

In HTML, there are attributes that we'd only want to add on some condition, such as "checked" and "disabled". This is currently quite verbose to do, involving something like: ```swift...

html
v3
idea

As the title says, there are attributes where it could make sense to provide conveniences for setting them up, ie: ```swift Form { } .method(…) // versus Form(method: …) {...

html
needs investigation
v3
idea

I'm seeing quite a few instances where I use an `if let` unwrap within the body of a View where Swift can't make up it's mind about which method to...

bug
needs work
v3
rendering

As mentioned in the issue #132 the error 'Type of expression is ambiguous without more context' is showing up, if parent element expect an explizit type of content.

bug
needs investigation
v3
rendering

[Proposal 0386](https://github.com/apple/swift-evolution/blob/main/proposals/0386-package-access-modifier.md)

needs investigation
needs prototype
package
version bump

- [ ] Refresh - [ ] Bold - [ ] Italic - [ ] Underline - [ ] Strikethrough - [ ] ...

needs work
v3
symbol

html
needs investigation
v3
idea