Skip to content

Commit 555ccc3

Browse files
[All hosts] (UI/UX) Merge content (#5034)
1 parent cd6e230 commit 555ccc3

File tree

5 files changed

+26
-22
lines changed

5 files changed

+26
-22
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@
394394
"redirect_url": "/office/dev/add-ins/develop/automatically-open-a-task-pane-with-a-document",
395395
"redirect_document_id": true
396396
},
397+
{
398+
"source_path": "docs/design/design-toolkits.md",
399+
"redirect_url": "office/dev/add-ins/design/add-in-design-language"
400+
},
397401
{
398402
"source_path": "docs/tutorials/powerpoint-tutorial-customize-ui.md",
399403
"redirect_url": "/office/dev/add-ins/tutorials/powerpoint-tutorial-yo"

docs/design/add-in-design-language.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Office Add-in design language
33
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
55
ms.topic: overview
66
ms.localizationpriority: medium
77
---
@@ -23,3 +23,23 @@ The Office design language is a clean and simple visual system that ensures cons
2323
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.
2424

2525
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.
40+
41+
- [Fluent UI Design Sketch Toolkit](https://aka.ms/fabric-sketch-toolkit)
42+
- [Fluent UI Design Adobe XD Toolkit](https://aka.ms/fabric-toolkit)
43+
- [Add-in Sketch Toolkit](https://aka.ms/addins_sketch_toolkit)
44+
- [Add-in Adobe XD Toolkit](https://aka.ms/addins_toolkit)
45+
- [Segoe UI and Fabric MDL2 icon font](https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002/fabric-website/files/segoeui_fabricmdl2_icon_fonts.zip)

docs/design/design-toolkits.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/design/ux-design-pattern-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Browse each grouping to get an idea of how you can design your add-in using best
4040
4141
## See also
4242

43-
- [Design tool kits](design-toolkits.md)
43+
- [Office Add-in design language](add-in-design-language.md)
4444
- [Best practices for developing Office Add-ins](../concepts/add-in-development-best-practices.md)
4545
- [Fluent UI React in Office Add-ins](../quickstarts/fluent-react-quickstart.md)

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ items:
231231
displayName: first run experience
232232
- name: Navigation
233233
href: design/navigation-patterns.md
234-
- name: Design toolkits
235-
href: design/design-toolkits.md
236234
- name: Interface elements
237235
items:
238236
- name: Overview

0 commit comments

Comments
 (0)