https://github.com/DeclarativeHub/Mockingbird
A declarative user interface DSL inspired by SwiftUI
https://github.com/DeclarativeHub/Mockingbird
Last synced: 6 months ago
JSON representation
A declarative user interface DSL inspired by SwiftUI
- Host: GitHub
- URL: https://github.com/DeclarativeHub/Mockingbird
- Owner: DeclarativeHub
- License: mit
- Created: 2019-06-22T11:07:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T15:09:16.000Z (over 5 years ago)
- Last Synced: 2025-03-24T20:22:55.631Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 801 KB
- Stars: 70
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-result-builders - Mockingbird - An experiment of implementing a UI layout and rendering framework inspired by SwiftUI (UIKit)
README
# Mockingbird
Mockingbird is an implementation of a declarative user interface DSL inspired by SwiftUI.
To use Mockingbird with for iOS apps, check out [MockingbirdUIKit](https://github.com/DeclarativeHub/MockingbirdUIKit).
## Installation
### Carthage
```
github "DeclarativeHub/Mockingbird"
```