Update README.md

This commit is contained in:
Zaphik 2024-10-03 12:06:03 +01:00 committed by GitHub
parent bac239d72f
commit ce950d9164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,20 @@ Install `webkitgtk6.0-dev` or similar (based on the package manager) as well as
## Usage
Take a look at the simple [sample app](Tests/main.swift).
```swift
struct Counter: View {
@State private var url: String = "https://github.com/Zaphik/AdwaitaWebViewSwift"
var view: Body {
WebView(url: $url)
.setSize(width: 800, height: 600)
}
}
```
Take a look at the simple [sample app](Tests/program.swift).
Check out the [Adwaita](https://github.com/AparokshaUI/Adwaita) packages.
## Thanks