This repository contains a collection of reusable SwiftUI components, abstractions designed to get started with iOS app development in a clean, fast way.
To use these components, simply import the relevant Swift file into your project and integrate the component into your SwiftUI views.
import FastUI
struct ContentView: View {
var body: some View {
Text("Hello world")
.FITextStyle(.header3)
}
}
For more detailed information on each component, please refer to the documentation.
This project is licensed under the MIT License.