Skip to main content
Version: 11.14.0

ThemeProvider

The ThemeProviderDirective applies a theme to its host element by resolving CSS variables from the ThemeStore for the given scope name.

Usage

<div themeProvider="ruby">...</div>

API Reference

Inputs

NameTypeRequiredDescription
themeProviderstringThe scope name used to look up the theme in ThemeStore.