mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 19:21:29 +03:00
Adds premium to preview
This commit is contained in:
parent
6f3e6193c0
commit
af9db025f0
@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user