https://github.com/tuanemdev/pocketui
Useful SwiftUI extensions for faster UI building
https://github.com/tuanemdev/pocketui
extension ios-swift swiftui
Last synced: 9 months ago
JSON representation
Useful SwiftUI extensions for faster UI building
- Host: GitHub
- URL: https://github.com/tuanemdev/pocketui
- Owner: tuanemdev
- License: mit
- Created: 2025-09-03T14:19:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T15:00:47.000Z (10 months ago)
- Last Synced: 2025-09-03T16:37:10.132Z (10 months ago)
- Topics: extension, ios-swift, swiftui
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PocketUI
A Swift Package Manager (SPM) library providing useful View extensions for SwiftUI development.
PocketUI simplifies common UI tasks and enhances your SwiftUI workflow with convenient extension methods.
## Features
- **View Extensions**: Collection of powerful extensions for SwiftUI Views
- **Developer-Friendly**: Streamlined API designed to boost productivity
- **Pure Swift**: Built specifically for SwiftUI applications
## Installation
Add PocketUI to your project through Swift Package Manager:
```swift
dependencies: [
.package(url: "https://github.com/tuanemdev/PocketUI", branch: "main")
]
```
## Development Status
⚠️ **Note**: This project is currently under active development and has not been tagged yet. Breaking changes may occur as the API evolves. Please use with caution in production environments.