Apply the .shiny() modifier to a view
masterTo add a shiny effect to a SwiftUI view, import the Shiny framework and apply the .shiny() view modifier. By default, this applies a rainbow gradient effect.
import Shiny
Text("Hello, shiny world! ✨").shiny()