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
Copy file name to clipboardExpand all lines: docs/design/add-in-design-language.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Office Add-in design language
3
3
description: Learn how to make your Office Add-in visually compatible with Office.
4
-
ms.date: 08/18/2023
4
+
ms.date: 02/11/2025
5
5
ms.topic: overview
6
6
ms.localizationpriority: medium
7
7
---
@@ -23,3 +23,23 @@ The Office design language is a clean and simple visual system that ensures cons
23
23
Many Office Add-ins are associated with a preexisting brand. You can retain a strong brand and its visual or component language in your add-in. Look for opportunities to retain your own visual language while integrating with Office. Consider ways to swap out Office colors, typography, icons, or other stylistic elements with elements of your own brand. Consider ways to follow common add-in layouts or UX design patterns while inserting controls and components that are familiar to your customers.
24
24
25
25
Inserting a heavily branded HTML-based UI inside of Office can create dissonance for customers. Find a balance that fits seamlessly in Office but also clearly aligns with your service or parent brand. When an add-in doesn't fit with Office, it's often because stylistic elements conflict. For example, typography is too large and off grid, colors are contrasting or particularly loud, or animations are superfluous and behave differently than Office. The appearance and behavior of controls or components veer too far from Office standards.
26
+
27
+
## Review guidelines for visual elements
28
+
29
+
Learn about each visual element that makes up an Office Add-in, including guidelines and recommended practices.
30
+
31
+
-[Color guidelines for Office Add-ins](add-in-color.md)
32
+
-[Icon guidelines for Office Add-ins](add-in-icons.md)
33
+
-[Layout guidelines for Office Add-ins](add-in-layout.md)
34
+
-[Using motion in Office Add-ins](using-motion-office-addins.md)
35
+
-[Typography guidelines for Office Add-ins](add-in-typography.md)
36
+
37
+
## Design toolkits for download
38
+
39
+
To help you get started, we've created toolkits for use with either the [Sketch](https://www.sketch.com/) application for Mac or the [Adobe XD](https://www.adobe.com/products/xd/features.html) application for Windows or Mac. The following downloads include all of our available patterns, along with brief descriptions and layout recommendations.
0 commit comments