Skip to content

Instantly share code, notes, and snippets.

@hasanalisiseci
Created December 13, 2023 12:18
Show Gist options
  • Save hasanalisiseci/1c22a56394ccae890de0ec331a246059 to your computer and use it in GitHub Desktop.
Save hasanalisiseci/1c22a56394ccae890de0ec331a246059 to your computer and use it in GitHub Desktop.
import SwiftUI
import LinearBGPackageDemo
struct DemoContentView: View {
var body: some View {
VStack {
Text("Hello, world!")
}.linearGradientBackground()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment