robhasacamera / CrystalUI

A collection of stylized SwiftUI Views and helpful utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal UI

Crystal UI is a collection of SwiftUI Views and utilities meant to give a cohesive yet customizable UI for any app.

package build workflow

Installation

Crystal UI supports Swift Package Manager. To use it the following to your Package.swift file:

dependencies: [
    .package(name: "CUIExpandableButton", url: "https://github.com/robhasacamera/CrystalUI.git", from: "0.1.1")
],

Future Plans

  1. Add addition views and utilities
  2. Add more comprehensive documention
  3. Create Sample App
  4. Create a documentation portal

About

A collection of stylized SwiftUI Views and helpful utilities.


Languages

Language:Swift 100.0%