https://github.com/jagcesar/espera
Loading indicators made in SwiftUI
https://github.com/jagcesar/espera
activity indicator ios loading macos swiftpackage swiftui tvos watchos
Last synced: about 1 year ago
JSON representation
Loading indicators made in SwiftUI
- Host: GitHub
- URL: https://github.com/jagcesar/espera
- Owner: JagCesar
- License: mit
- Created: 2019-12-29T19:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T19:43:30.000Z (about 6 years ago)
- Last Synced: 2025-03-24T05:36:51.576Z (about 1 year ago)
- Topics: activity, indicator, ios, loading, macos, swiftpackage, swiftui, tvos, watchos
- Language: Swift
- Size: 898 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Espera
Espera is a collection of loading indicators written in Swift UI. For now there are only three of them, a rotating circle with a gap (you've seen it on the App Store), the rotating flower you've seen on watchOS and a squishy circle.
None of these loading indicators are a part of UIKit or watchKit so we decided to create them and make them available to you.
The best part of using components made in SwiftUI is that they work on all Apple platforms. ❤️ This means that these loading indicators work great on:
- iOS 📱
- watchOS ⌚️
- tvOS 📺
- macOS 🖥
## Preview

## How do I use this?
The best way to use this code is to add it as a Swift Package to your Xcode project. [Follow the instructions by Apple](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) to quickly get started.
## Made by
- [JagCesar](https://github.com/jagcesar)
- [Westerlund](https://github.com/westerlund)