parseTheme {shiny.fluent} | R Documentation |
parseTheme
Description
Reads a theme JSON generated by Theme Designer: https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/heads/master/theming-designer/
and parses it to an object digestable by ThemeProvider
Usage
parseTheme(path = NULL, json = NULL)
Arguments
path |
A path to JSON file containing the theme created in Theme Designer |
json |
A JSON string containing the theme created in Theme Designer |
Value
A list with Fluent theme that can be used in ThemeProvider
See Also
ThemeProvider()
for usage of this function
[Package shiny.fluent version 0.4.0 Index]