Create(MainMenu): create branch main menu and add first bordered

button example
pull/11/head
Johan LACHENAL 11 months ago
parent 720780a9b0
commit 88371ca9a2

@ -9,7 +9,10 @@ import SwiftUI
struct MainMenu: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
VStack {
Button("jouer"){}
.buttonStyle(.bordered)
}
}
}

Loading…
Cancel
Save