Welcome to SwiftUIElements, an extensive Swift library designed to enhance and simplify your UI-building experience with a range of handcrafted components, utilities and extensions. This package extends and complements the standard SwiftUI library, as well as parts of UIKit and AppKit, adding functionalities that are commonly needed but not present in the default implementation.
You can easily integrate SwiftUIElements into your Swift project using Swift Package Manager. Here's how:
- In Xcode, select "File" > "Swift Packages" > "Add Package Dependency..."
- Enter the repository URL:
https://github.com/FiveSheepCo/SwiftUIElements.git
- Follow the on-screen instructions to complete the installation.
To start using SwiftUIElements, simply import the package into your Swift files:
import SwiftUIElements
Then, you can directly access the new features and enhancements provided by the package.
Also check out our other Swift packages:
- FoundationPlus: Lots of quality-of-life features to enhance Swift's core functionality.
We're always looking for ways to improve FoundationPlus and we welcome contributions. Whether it's a bug report, a feature request, or a pull request, your input is invaluable to us.
SwiftUIElements is available under the MIT license. See the LICENSE file for more info.