Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Caution
The Microsoft Graph Toolkit is deprecated. The retirement period begins September 1, 2025, with full retirement planned for August 28, 2026. Developers should migrate to using the Microsoft Graph SDKs or other supported Microsoft Graph tools for building web experiences. For more information, see the deprecation announcement.
The Microsoft Graph Toolkit components support bidirectional markup for right-to-left language scripts.
To change the direction of all components on the page, set the dir attribute on the document html or body tag to rtl, as shown in the following examples.
<body dir="rtl"></body>
or
<html dir="rtl"></html>
