Skip to content

Commit c225391

Browse files
author
Daniela Caicedo
committed
added the index page for the UI section
1 parent 854b70c commit c225391

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

design/user_interface/index.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
# UI Components & Resources
1+
# User Interface
22

3-
Plugin UI Components & Resources will provide guidance around the different elements you can use to build a plugin UI. It covers everthing from styles to building a layout. For guidance around the design patterns and best practices refer to the [UX guidelines](../ux_guidelines/index.md).
3+
The user interface section will provide guidance around the different elements you can use to build a plugin UI. It covers everything from styles to building a layout. For guidance around the UX of a plugin and best practices refer to UX patterns.
44

55
XD plugins can display UI in the form of modal dialogs, built with JavaScript and a supported subset of HTML and CSS.
66

77
The tutorials contained in this section will give you an in-depth look at UI features available to your plugin through the API.
88

9+
----------
10+
### Documentation
911

10-
> [User Interface Components](/reference/ui/index.md)
11-
12-
> [Resources - Sticker Sheet](./Sticker_sheet.md)
13-
14-
## UI Components
1512
In this section you can see what styles you can use in the UI, how to build a modal layout and the UI elements you can use.
1613

17-
**Styles** - in this section you can learn more about rich styling options in your user interface through a combination of CSS and various classes that are defined for you.
14+
- **Styles** - in this section you can learn more about rich styling options in your user interface through a combination of CSS and various classes that are defined for you.
15+
16+
- **Layout** - learn about the layout modes supported by the XD user interface APIs
1817

19-
**Elements** - see what elements are fundamental to your user interface.
18+
- **Elements** - see what elements are fundamental to your user interface.
2019

21-
**Layout** - learn about the layout modes supported by the XD user interface APIs
20+
- **Building a modal** - a modal dialog is used to display important information and ask for user input. XD Plugins can display user interface in the form of modal dialogs.
2221

23-
**Modal** - a modal dialog is used to display important information and ask for user input. XD Plugins can display user interface in the form of modal dialogs.
22+
- **Design GitHub Repo** - Use the sticker sheet to design your plugin in XD.
2423

25-
## Resources
26-
Use the sticker sheet to design your plugin in XD.

0 commit comments

Comments
 (0)