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
This sample demonstrates the available types of color in the <strong>React AppBar</strong>.
115
+
</p>
116
+
</div>
117
+
<divid="description">
118
+
<p>In this demo, the available types of background color for <strong>React AppBar</strong> are showcased. The background and font colors can be set using the <strong>ColorMode</strong> property. The different types are <code>light</code>, <code>dark</code>, <code>primary</code>, and <code>inherit</code>.</p>
119
+
<p><code>Light</code> - The AppBar can be displayed with a light background.</p>
120
+
<p><code>Dark</code> - The AppBar can be displayed with a dark background.</p>
121
+
<p><code>Primary</code> - The AppBar can be displayed with primary colors.</p>
122
+
<p><code>Inherit</code> - The AppBar inherits the color from its parent element.</p><br/>
123
+
<p> On <code>mobile devices</code>, media query is used to display the AppBar in adaptive views. You can click the menu to see the hidden AppBar content.</p>
{'path': 'appbar/default','component': 'Default','name': 'Default Functionalities','description': 'This sample demonstrates the default functionalities of the Syncfusion React AppBar component platform.','order': '01','category': 'AppBar','api': '{ "AppBar":["mode", "colorMode"] }'},
3
+
{'path': 'appbar/color','component': 'Color','name': 'Color','description': 'This sample demonstrates the available bar color modes in the Syncfusion React AppBar component platform.','order': '01','category': 'AppBar','api': '{ "AppBar":["colorMode"] }'}
0 commit comments