[Previews] Adds example “Random Dancing” experimental feature
This commit is contained in:
parent
8efefd19a0
commit
14adb41ff8
@ -14,6 +14,9 @@ struct ExperimentalFeatures: FeatureContainer
|
|||||||
{
|
{
|
||||||
static let shared = ExperimentalFeatures()
|
static let shared = ExperimentalFeatures()
|
||||||
|
|
||||||
|
@Feature(name: "Random Dancing")
|
||||||
|
var randomDancing
|
||||||
|
|
||||||
@Feature(name: "Custom Tint Color",
|
@Feature(name: "Custom Tint Color",
|
||||||
description: "Change the accent color used throughout the app.",
|
description: "Change the accent color used throughout the app.",
|
||||||
options: CustomTintColorOptions())
|
options: CustomTintColorOptions())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user