Displays several people with the option to add additional people or view the details of a person.
Members
State | Applied to | Result |
---|---|---|
.is-active |
.ms-PersonaCard |
Makes the PersonaCard for a person visible. |
.is-active |
.ms-Facepile-itemBtn--overflow |
Makes the overflow item for additional people visible. |
<head>
<link rel="stylesheet" href="fabric.min.css">
<link rel="stylesheet" href="fabric.components.min.css">
<script src="jquery-2.2.1.min.js"></script>
<script src="jquery.fabric.min.js"></script>
</head>
<script>
tag to your page, below the references to jQuery and Fabric's JS, to instantiate all Dialog components on the page: <script>
$(document).ready(function() {
if ($.fn.Facepile) {
$('.ms-Facepile').Facepile();
}
});
</script>
This component has dependencies on Overlay, Link, Panel, PeoplePicker, Persona, PersonaCard, and Spinner.
More details will be added here.