Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoloprodossimolopes/venuz
Venuz is a desing system component to create user interfaces with flexibility and style in every composition.
https://github.com/paoloprodossimolopes/venuz
apple design-system swift swiftui uikit
Last synced: about 1 month ago
JSON representation
Venuz is a desing system component to create user interfaces with flexibility and style in every composition.
- Host: GitHub
- URL: https://github.com/paoloprodossimolopes/venuz
- Owner: PaoloProdossimoLopes
- License: mit
- Created: 2024-01-03T00:29:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T07:55:42.000Z (12 months ago)
- Last Synced: 2024-10-11T21:44:27.393Z (3 months ago)
- Topics: apple, design-system, swift, swiftui, uikit
- Language: Swift
- Homepage:
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![venuz banner](./Documentation/venuz-banner.png)
# Venuz
Desing system component to create user interfaces with flexibility and style in every composition.
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
Venuz is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'Venuz' # Using this to install all features#or
pod 'Venuz/UIKit' # Using the /UIKit to import only the features to use UIKit
#or
pod 'Venuz/SwiftUI' # Using the /SwiftUI to import only the features to use SwiftUI
```## License
Venuz is available under the MIT license. See the LICENSE file for more info.