check_proper_color {shiny.semantic} | R Documentation |
Check if color is set from Fomantic-UI palette
Description
Check if color is set from Fomantic-UI palette
Usage
check_proper_color(color)
Arguments
color |
character with color name |
Value
Error when color
does not belong to palette
Examples
check_proper_color("blue")
[Package shiny.semantic version 0.5.1 Index]