Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.57 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.57 KB

SwiftUIElements

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.

Installation

You can easily integrate SwiftUIElements into your Swift project using Swift Package Manager. Here's how:

  1. In Xcode, select "File" > "Swift Packages" > "Add Package Dependency..."
  2. Enter the repository URL: https://github.com/FiveSheepCo/SwiftUIElements.git
  3. Follow the on-screen instructions to complete the installation.

Usage

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.

Related Packages

Also check out our other Swift packages:

  • FoundationPlus: Lots of quality-of-life features to enhance Swift's core functionality.

Contributions

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.

License

SwiftUIElements is available under the MIT license. See the LICENSE file for more info.