Skip to content

Instantly share code, notes, and snippets.

@seit
Last active June 17, 2024 09:17
Show Gist options
  • Save seit/2a3cbf31d5e4b9292a174a50bf4a235e to your computer and use it in GitHub Desktop.
Save seit/2a3cbf31d5e4b9292a174a50bf4a235e to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView: View {
var body: some View {
HStack {
RatingBar(
reviewRating: 3.6,
spacing: 3,
size: 50
)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment