Skip to content

PhyoMyanmarKyaw/HTMLView-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

HTMLView-SwiftUI

A helper for rendering HTML content within your SwiftUI applications.

HTMLView-SwiftUI

  • Supports inline HTML (external CSS) for embedding HTML code directly in your SwiftUI views.
  • Enables loading HTML/CSS/JS content from your app bundle for more complex scenarios.

Features

HTMLView("your html code")
HTMLView.fromFile("xxx.html")
HTMLView.fromFile("xxx.html", cssFiles: ["css1, css2"], jsFiles: ["js"])

Author

Phyo Myanmar Kyaw

About

Renders HTML content within SwiftUI views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages