noeticgarden/uielements
_A work of Noetic Garden — by [millenomi](https://millenomi.name)._
Add To Your Project
To add this package to your project, use the following URL in Xcode, by picking File > Add Package Dependencies…
https://github.com/noeticgarden/uielements.git
Or, add it to your package as a dependency as follows:
…
// Package.swift
let package = Package(
…
dependencies: [
…
.package(url: "https://github.com/noeticgarden/uielements.git", from: "0.1.0"),
],
…
targets: [
.target(…
dependencies: [
.product("UIElements", package: "uielements")
])
]
)License
The contents of this module are licensed under the MIT license. See the LICENSE file for details.
Contributions
Use GitHub to report issues or propose pull requests.
This package comes with no guarantee that any specific contribution will be included or visibly reviewed, but all issues and pull requests are at least considered. Also, please, be kind; these spaces will be actively moderated at the author's sole discretion.
1.0 Acceptance Criteria
This package will be marked source-stable when any Noetic Garden product ships that uses its types. Before then, expect the package to remain source-unstable, using a 0.x semantic version scheme. Care will be taken to not break clients, but changes may require rewriting existing code or pinning to a specific 0.x release until then.
Package Metadata
Repository: noeticgarden/uielements
Default branch: main
README: README.md