Skip to content

Commit

Permalink
chore: add Example Wiki link to Vite/Stackblitz demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 30, 2024
1 parent 514e0a8 commit d131c80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vite-demo/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ document.querySelector('#app').innerHTML =
`<div id="router">
<div class="router-link" id="trading">Realtime Trading</div>
<div class="router-link" id="example4">Example 4</div>
<div class="router-link">
<span class="sgi sgi-lightbulb"></span>
<a href="https://github.com/6pac/SlickGrid/wiki/Examples" title="for many more examples, please visit the project Examples Wiki">
Visit Examples Wikis
</a>
</div>
</div>
<div id="router-view"></div>`;

Expand Down
6 changes: 6 additions & 0 deletions vite-demo/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,17 @@ body {

.router-link {
color: white;
display: inline-flex;
font-size: 14px;
padding: 6px 12px;
&:hover {
background-color: #5050508f;
}
a {
color: white;
display: inline-flex;
margin-left: 4px;
}
}

/** you could optionally style the grid menu column picker list with slickgrid icons (.sgi) */
Expand Down

0 comments on commit d131c80

Please sign in to comment.