Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 669 Bytes

FastUI - Components for SwiftUI

This repository contains a collection of reusable SwiftUI components, abstractions designed to get started with iOS app development in a clean, fast way.

Usage

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)
    }
}

Documentation

For more detailed information on each component, please refer to the documentation.

License

This project is licensed under the MIT License.