English
latest (v4.7.0)

Theme

Description and examples
tuiTheme allows to set style for a DOM branch. By default dark and light are included. Importing is not required.

Themes

#

Toggling

#
Dark mode enabled: false

Add to Root to enable:

<tui-root [attr.tuiTheme]="darkMode() ? 'dark' : null"></tui-root>