Adds premium to preview

This commit is contained in:
Tessa Kelly 2021-12-02 10:13:49 -08:00
parent 6f3e6193c0
commit af9db025f0

View File

@ -77,6 +77,19 @@ preview =
, valueToString = identity
}
[ RadioButton.custom [ Key.tabbable False ] ]
, RadioButton.view
{ label = "Premium"
, name = "preview-radio-inputs"
, value = "Premium"
, selectedValue = selectedValue
, valueToString = identity
}
[ RadioButton.custom [ Key.tabbable False ]
, RadioButton.premium
{ teacherPremiumLevel = PremiumLevel.Free
, contentPremiumLevel = PremiumLevel.PremiumWithWriting
}
]
]