Skip to content

get started with fastui - a collection of swiftui components, abstractions

License

Notifications You must be signed in to change notification settings

krishkumar/FastUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

get started with fastui - a collection of swiftui components, abstractions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages