Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 2, 2021 09:59
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 iosdevie/628dd26ab817cf7c52af771728fe3f2d to your computer and use it in GitHub Desktop.
Save iosdevie/628dd26ab817cf7c52af771728fe3f2d to your computer and use it in GitHub Desktop.
GroupBox(label: Label("Enter Details"), content: {
VStack{
TextField("Username", text: $text)
Button(action: {}) {Text("Submit")}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment