An open API service indexing awesome lists of open source software.

https://github.com/krishkumar/fastui

get started fast with these swiftui components, abstractions
https://github.com/krishkumar/fastui

Last synced: 2 months ago
JSON representation

get started fast with these swiftui components, abstractions

Awesome Lists containing this project

README

        

# 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.

```swift
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](docs/components.md).

## License

This project is licensed under the MIT License.