You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Vue Material have a complete theme suite. You can create several themes and apply them on-demand. Like on this documentation website you can set a different theme per-page using the API. But you can have a advanced way to change themes using dynamic themes.</p>
6
-
<p>You can apply a theme only in a single area of your application using the <code><md-theme></code>. If the theme component have only one child element then the theme definition will be attached to this particular element. In other case the component will wrap all of it's children in a <code><div></code> tag (or you can customize the output tag).</p>
7
-
<p>Also every single component in Vue Material suite have a <code>md-theme</code> attribute to set his theme.</p>
8
-
<p>All the components will inherit all theme properties from it's parents. If the direct parent doesn't have a theme definition the theme will be resolved by its closest parent or the current theme of the entire application.</p>
5
+
<p>Vue Material have a complete theme suite. You can create several themes and apply them on-demand. Like on this documentation website you can set a different theme per-page using the API. But you can have an advanced way to change themes using dynamic themes.</p>
6
+
<p>You can apply a theme only in a single area of your application using the <code><md-theme></code>. If the theme component has only one child element then the theme definition will be attached to this particular element. In other cases the component will wrap all of its children in a <code><div></code> tag (or you can customize the output tag).</p>
7
+
<p>Also every single component in Vue Material suite has a <code>md-theme</code> attribute to set its theme.</p>
8
+
<p>All the components will inherit all theme properties from its parents. If the direct parent doesn't have a theme definition the theme will be resolved by its closest parent or the current theme of the entire application.</p>
0 commit comments