Skip to content

Instantly share code, notes, and snippets.

@maustinstar
Created August 1, 2020 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maustinstar/52882e3bea052e9f58cd57f40ff3208c to your computer and use it in GitHub Desktop.
Save maustinstar/52882e3bea052e9f58cd57f40ff3208c to your computer and use it in GitHub Desktop.
Shiny Sample
import SwiftUI
import Shiny
struct ContentView: View {
var body: some View {
Text("shiny").shiny()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment