Skip to content

Commit f388a1b

Browse files
authored
Update use-cases.md
1 parent c4fbb7b commit f388a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/javascript/use-cases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Here's the CSS used for this specific snippet, but you can use whatever CSS you
100100
}
101101
```
102102

103+
**IMPORTANT:** This is just an example on how to use the Side navigation use case component. This is not a full working example, and adjustements might be needed for making this solution work on all pages while considering other LumApps use cases. You might encounter scenarios where the side navigation is overlapped with other components, and further CSS or JS code might be needed.
104+
103105
## Displaying a modal welcome window
104106

105107
In order to display a message that shows up when the user enters the site, you can use a Dialog in order to get the user's attention right away, and display a message at the center of the page. For that, you can use the `Dialog` component in combination with the `RawHTML` component. A good use of this Dialog is to display on boarding messages to users that have never used your platform.

0 commit comments

Comments
 (0)