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
- Host: GitHub
- URL: https://github.com/krishkumar/fastui
- Owner: krishkumar
- License: mit
- Created: 2025-01-06T06:01:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T06:09:41.000Z (4 months ago)
- Last Synced: 2025-01-06T07:23:05.099Z (4 months ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
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 FastUIstruct 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.