We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5484912 commit e18f1f4Copy full SHA for e18f1f4
Docs/Examples.md
@@ -19,7 +19,7 @@ ZStack {
19
20
## Multi-height drawer with haptic impact
21
22
-<img src=https://raw.githubusercontent.com/maustinstar/swiftui-drawer/master/Docs/Media/white-drawer.gif width=200 />
+<img src=https://raw.githubusercontent.com/maustinstar/swiftui-drawer/master/Docs/Media/white-drawer.gif width=200 align="right" />
23
24
```swift
25
Drawer {
@@ -44,7 +44,7 @@ Drawer {
44
45
## Example 2
46
47
-<img src=https://raw.githubusercontent.com/maustinstar/swiftui-drawer/master/Docs/Media/blue-drawer.gif width=200 />
+<img src=https://raw.githubusercontent.com/maustinstar/swiftui-drawer/master/Docs/Media/blue-drawer.gif width=200 align="right" />
48
49
A basic two-height drawer.
50
0 commit comments