You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SFSymbol`| Renders SF Symbols with full customization |`name`, `size`, `color`, `weight`, `scale`, `renderingMode`, `variableValue`, `colors`| Supports all SF Symbol features including hierarchical and palette rendering |
169
170
|`SwiftUIPicker`| A native picker modal with search functionality |`isPresented`, `title`, `searchPlaceholder`, `options`, `selectedValue`, `autoDismiss`, `onSelect`| Full-screen native picker with search and categorization support |
170
171
|`SwiftUISheet`| A native modal sheet presentation |`isPresented`, `detents`, `onDismiss`, Children | Standalone sheet that can be used outside of SwiftUI tree |
171
172
|`SwiftUISheetPicker`| A native picker presented as a bottom sheet |`isPresented`, `title`, `searchPlaceholder`, `options`, `selectedValue`, `autoDismiss`, `onSelect`| Combines sheet presentation with picker functionality for a native iOS experience |
We welcome contributions! If you have ideas for new components, optimizations, or bug fixes, please fork the repository and submit a pull request. We also encourage you to open issues for any bugs or feature requests.
0 commit comments