Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist authored Oct 28, 2024
1 parent b77ecbd commit 18cf67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import SplitViewKit
struct ContentView: View {
var body: some View {
// Interact and react to splitview via splitConfig and sizeClass parameters
SplitViewContainer(
SplitViewWrapper(
sideBar: { splitConfig, sizeClass in Color.red }, // Set your sidebar content here
content: { splitConfig, sizeClass in Color.green }, // Set your center content here
detail: { splitConfig, sizeClass in Color.blue }, // Set your detail content here
Expand Down

0 comments on commit 18cf67d

Please sign in to comment.