Skip to content

Commit 8881e63

Browse files
authored
Update README.md
1 parent 76f5041 commit 8881e63

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@ In case it's a bit confusing to start with, here's a brief description of what e
3737

3838
![anatomy of the component](/images/componentanatomy.png)
3939

40-
### src/x-759224-menu-builder-uic/
41-
- index.js
40+
### `src/x-759224-menu-builder-uic/`
41+
- `index.js`
4242
- This is the starting point of the custom component, UI Builder manages its properties and events.
43-
### src/x-759224-menu-builder-uic/components/
44-
- alpha-menu-editor.js
43+
### `src/x-759224-menu-builder-uic/components/`
44+
- `alpha-menu-editor.js`
4545
- This is the editor bar to create new top-level menu items and actions, or delete everything.
46-
- menu-editor.js
46+
- `menu-editor.js`
4747
- This is similar to the alpha-menu-editor, but this creates sub-level menu items or actions for an existing menu item.
48-
- menu-item.js
48+
- `menu-item.js`
4949
- where to configure all the details about a menu item, such as its name, link, or delete
50-
- menu-tree.js
50+
- `menu-tree.js`
5151
- displays a top-level menu item (and child items), expand/collapse functionality for the container
52-
- menu-ui.js
52+
- `menu-ui.js`
5353
- similar to menu-tree, but this displays all top-level menu items and is the starting point for the overall layout of the component
54-
### src/x-759224-menu-builder-uic/styles/
55-
- alpha-menu-editor.scss
54+
### `src/x-759224-menu-builder-uic/styles/`
55+
- alpha-menu-editor.scss`
5656
- styles for alpha-menu-editor
57-
- menu-editor.scss
57+
- `menu-editor.scss`
5858
- styles for menu-editor
59-
- menu-item.scss
59+
- `menu-item.scss`
6060
- styles for menu-item
61-
- menu-tree.scss
61+
- `menu-tree.scss`
6262
- styles for menu-tree
63-
- styles.scss
63+
- `styles.scss`
6464
- global styles for all components
6565

6666
# Some information on Portal Experience menus

0 commit comments

Comments
 (0)