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
{{ message }}
This repository was archived by the owner on Dec 31, 2019. It is now read-only.
<pclass="ms-font-l">The Office UI Fabric includes an organization chart contorl to show a hierarchy of people.</p>
73
+
74
+
<pclass="ms-font-l"><iclass="ms-Icon ms-Icon--chevronsUp"></i><ahref="#Top" class="ms-Link">Back to top</a></p>
75
+
76
+
<aname="Usage"></a>
77
+
<pclass="ms-font-xxl">Usage</p>
78
+
<pclass="ms-font-l">This control is one of the more complicated controls in terms of what is involved and required to make it work. It starts with a container <code><div></code> using the class <code>.ms-OrgChart</code>.</p>
79
+
<pclass="ms-font-l">Within this control you then have a series of one or more <code><div></code> decorated with <code>.ms-OrgChart-group</code>. Each of these groups can have an optional <code><div></code> and the <code>.ms-OrgChart-groupTitle</code> that acts as a header for the group.</p>
80
+
<pclass="ms-font-l">The people within the org chart control are then represented as list items that contain buttons wrapping <ahref="/components/persona" class="ms-Link">persona</a> controls. It starts with the <code><ul></code> and class <code>.ms-OrgChart-list</code>. Each <code><li></code> within it uses the class <code>.ms-OrgChart-listItem</code>. These each have the <code><button></code> that contains the <code>.ms-OrgChart-listItemBtn</code>. Then each button should contain a persona control.</p>
81
+
82
+
<!-- codepen snippet -->
83
+
<pdata-height="374" data-theme-id="19054" data-slug-hash="xwgKNN" data-default-tab="result" data-user="andrewconnell" class='codepen'>See the Pen <ahref='http://codepen.io/andrewconnell/pen/xwgKNN/'>Office UI Fabric - List (Org Chart)</a> by Andrew Connell (<ahref='http://codepen.io/andrewconnell'>@andrewconnell</a>) on <ahref='http://codepen.io'>CodePen</a>.</p>
84
+
<!-- /codepen snippet -->
85
+
86
+
<pclass="ms-font-l"><iclass="ms-Icon ms-Icon--chevronsUp"></i><ahref="#Top" class="ms-Link">Back to top</a></p>
0 commit comments