[Previews] Adds example “Random Dancing” experimental feature

This commit is contained in:
Riley Testut 2023-04-21 14:10:04 -05:00
parent 8efefd19a0
commit 14adb41ff8

View File

@ -14,6 +14,9 @@ struct ExperimentalFeatures: FeatureContainer
{
static let shared = ExperimentalFeatures()
@Feature(name: "Random Dancing")
var randomDancing
@Feature(name: "Custom Tint Color",
description: "Change the accent color used throughout the app.",
options: CustomTintColorOptions())