Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom views #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

custom views #38

wants to merge 1 commit into from

Conversation

paytontech
Copy link

Description

PR aims to let developers using ConfettiSwiftUI to use custom views as confetti. example:

@ViewBuilder func youDidIt() -> some View {
        Text("You did it!")
        .font(.caption).overlay {
            LinearGradient(colors: [Color.red, Color.orange, Color.yellow, Color.green, Color.blue, Color.purple], startPoint: .leading, endPoint: .trailing).mask {
                Text("You did it!").font(.caption)
            }
        }
    }
//example
.confettiCannon(counter: $confetti, confettis: [.view(AnyView(youDidIt()))])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant