{"id":15527116,"url":"https://github.com/buildexperience/elementaryui","last_synced_at":"2026-02-16T07:33:29.819Z","repository":{"id":234134724,"uuid":"764200055","full_name":"buildexperience/ElementaryUI","owner":"buildexperience","description":"ElementaryUI is a SwiftUI package designed to streamline the development of user interfaces in Swift.","archived":false,"fork":false,"pushed_at":"2024-10-11T13:24:26.000Z","size":236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T12:15:23.931Z","etag":null,"topics":["fonts","macros","modifiers","swift","swiftui","textfield","ui-components","validation"],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/buildexperience/ElementaryUI","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildexperience.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-27T16:52:19.000Z","updated_at":"2025-04-02T19:00:06.000Z","dependencies_parsed_at":"2024-04-18T09:03:30.920Z","dependency_job_id":"a29b672e-bf4c-45ea-abda-6795f0aed323","html_url":"https://github.com/buildexperience/ElementaryUI","commit_stats":null,"previous_names":["buildexperience/njkit","buildexperience/elementaryui"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildexperience%2FElementaryUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildexperience%2FElementaryUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildexperience%2FElementaryUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildexperience%2FElementaryUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildexperience","download_url":"https://codeload.github.com/buildexperience/ElementaryUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250430599,"owners_count":21429324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fonts","macros","modifiers","swift","swiftui","textfield","ui-components","validation"],"created_at":"2024-10-02T11:04:31.162Z","updated_at":"2025-10-11T23:20:04.869Z","avatar_url":"https://github.com/buildexperience.png","language":"Swift","readme":"# ElementaryUI\n\n[![GitHub Release](https://img.shields.io/github/release/buildexperience/ElementaryUI.svg?include_prereleases)](https://github.com/buildexperience/ElementaryUI/releases)\n[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbuildexperience%2FElementaryUI%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/buildexperience/ElementaryUI)\n[![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbuildexperience%2FElementaryUI%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/buildexperience/ElementaryUI)\n[![License](https://img.shields.io/github/license/buildexperience/ElementaryUI)](https://github.com/buildexperience/ElementaryUI/blob/main/LICENSE)\n\n\u003e [!CAUTION]\n\u003e ElementaryUI is currently in its alpha phase. This means it is still under active development and may undergo significant changes. Users should expect potential breaking changes and are encouraged to provide feedback to help improve the package. Contributions are welcome, and developers are invited to participate in the development process by submitting issues and pull requests.\n\nElementaryUI is a SwiftUI package designed to streamline the development of user interfaces in Swift. \n\n- [Platforms](https://github.com/buildexperience/ElementaryUI?tab=readme-ov-file#platforms)\n- [Installation](https://github.com/buildexperience/ElementaryUI?tab=readme-ov-file#installation)\n- [Documentation](https://github.com/buildexperience/ElementaryUI?tab=readme-ov-file#documentation)\n- [Dependencies](https://github.com/buildexperience/ElementaryUI?tab=readme-ov-file#dependencies)\n- [License](https://github.com/buildexperience/ElementaryUI?tab=readme-ov-file#license)\n\n## Platforms\n\n| Platforms | Minimum Version  |\n| :---      |       :---:      |\n| iOS       | 15.0             |\n| macOS     | 12.0             | \n| watchOS   | 8.0              |\n| tvOS      | 15.0             |\n| visionOS  | 1.0              |\n\n## Installation\n\n### Swift Package Manager (SPM)\n\n**ElementaryUI** is only available throught Swift Package Manager,  \nAdd the package as a dependency to your `Package.swift` or Packages list in **Xcode**.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/buildexperience/ElementaryUI.git\", from: \"0.4.0\")\n]\n```\nThen add it to your target:\n\n```swift\n.product(name: \"ElementaryUI\", package: \"ElementaryUI\")\n```\n\n\n## Documentation\n\nThe [documentation](https://swiftpackageindex.com/buildexperience/ElementaryUI/0.4.7/documentation/elementaryui) is provided by [swiftpackageindex](https://swiftpackageindex.com).\n\n\n## Dependencies\n\nElementaryUI relies on other packages for specific functionalities:\n\n- [swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax.git) for the implementation of macros.\n- [buildexperience/MacrosKit](https://github.com/buildexperience/MacrosKit.git) for macro related utilities \u0026 helpers.\n\n\n## License\n\nElementaryUI is available under the Apache-2.0 license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildexperience%2Felementaryui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildexperience%2Felementaryui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildexperience%2Felementaryui/lists"}