Skip to content

Commit 1617a63

Browse files
authored
feat: initial release of FloatingMenuButton SwiftUI package (#1)
* feat: initial release of FloatingMenuButton SwiftUI package - add core FloatingMenuButton view with expandable menu - add FloatingMenuItem model and item row/card views - include Swift Package manifest - add demo example app - add README with preview, badges, API, install steps, and next steps - include screenshots and demo GIF assets - add support to custom image
1 parent a9a5eda commit 1617a63

File tree

34 files changed

+1538
-1
lines changed

34 files changed

+1538
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ xcuserdata/
1313
*.dSYM.zip
1414
*.dSYM
1515

16+
*.DS_Store
17+
1618
## Playgrounds
1719
timeline.xctimeline
1820
playground.xcworkspace

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/demo.gif

1.48 MB
Loading

Assets/screenshot-collapsed.png

138 KB
Loading

Assets/screenshot-collapsed2.png

140 KB
Loading

Assets/screenshot-expanded.png

174 KB
Loading

Assets/screenshot-expanded2.png

169 KB
Loading

0 commit comments

Comments
 (0)