We make use of aria-label to render the Close button, to let
assistive technologies know the intent of this button. You may also use
- "Minimize" and "Maximize" like so:
+ "Minimize", "Maximize", "Restore" and "Help" like so:
<%- example(`
@@ -62,11 +62,21 @@
+
+
+
+
+
A help Title Bar
+
+
+
+
+
`) %>
Alternatively, you can use the is-close, is-minimize,
- is-maximize, is-restore classes to target the respective
+ is-maximize, is-restore, is-help classes to target the respective
controls for your styling preference.