Skip to content
View karvinok's full-sized avatar

Block or report karvinok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. shimmer-compose shimmer-compose Public

    Simple adjustable shimmer animation build in compose.

    Kotlin

  2. (IOS) Custom label with rotatable ic... (IOS) Custom label with rotatable icon which can be used to draw custom elements on maps or any other usages
    1
    struct ContentView: View {
    2
        @State private var sliderValue: Double = 0
    3
        @State private var text: String = "Hello!"
    4
        
    5
        var body: some View {