Skip to content

Commit 213b6b6

Browse files
committed
Add user file examples
1 parent c71cebc commit 213b6b6

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add custom css styles and overrides here. */
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Example event listener.
2+
// Event argument will always be {eventType, args} dict
3+
4+
EventHandler.registerCallback(IBOM_EVENT_TYPES.ALL, (e) => console.log(e));
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- example footer -->
2+
</div>
3+
<div style="width:100%; height: 50px;">
4+
Hello footer
5+
</div>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- example header -->
2+
<div style="width:100%; height: 50px;">
3+
Hello header
4+
</div>
5+
<div style="height: calc(100% - 100px)">

0 commit comments

Comments
 (0)