Added documentation
This commit is contained in:
parent
479ff657c3
commit
ab53e57a72
1 changed files with 14 additions and 0 deletions
|
|
@ -612,6 +612,20 @@
|
||||||
<button aria-label="Close"></button>
|
<button aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
`) %>
|
||||||
|
<p>
|
||||||
|
Maximize buttons can be disabled, useful when making a window appear as if it cannot be maximized.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<%- example(`
|
||||||
|
<div class="title-bar">
|
||||||
|
<div class="title-bar-text">A Title Bar with Maximize disabled</div>
|
||||||
|
<div class="title-bar-controls">
|
||||||
|
<button aria-label="Minimize"></button>
|
||||||
|
<button aria-label="Maximize" disabled></button>
|
||||||
|
<button aria-label="Close"></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
`) %>
|
`) %>
|
||||||
<p>
|
<p>
|
||||||
You can make a title bar "inactive" by adding <code>inactive</code> class,
|
You can make a title bar "inactive" by adding <code>inactive</code> class,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue