Validate the status of a Bootstrap 386 element.

validate_status(status)

Arguments

status

Color to validate.

Value

TRUE if the test pass.

Examples

if (FALSE) { validate_status("danger") validate_status("maroon") }