check_semantic_theme {shiny.semantic}R Documentation

Semantic theme path validator

Description

Semantic theme path validator

Usage

check_semantic_theme(theme_css)

Arguments

theme_css

it can be either NULL, character with css path, or theme name

Value

path to theme

Examples

check_semantic_theme(NULL)
check_semantic_theme("darkly")

[Package shiny.semantic version 0.2.1 Index]