Skip to content

Instantly share code, notes, and snippets.

@jboullianne
Created July 5, 2020 03:57
Show Gist options
  • Save jboullianne/a3b9fdd8479283a3158afed6f2f5fa7b to your computer and use it in GitHub Desktop.
Save jboullianne/a3b9fdd8479283a3158afed6f2f5fa7b to your computer and use it in GitHub Desktop.
struct SideMenu: View {
@Binding var selected: Int
var options: [String]
var body: some View {
Text("Placeholder")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment