Skip to content

Commit

Permalink
tweaked comment/note
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmckenz committed Mar 11, 2024
1 parent d97d0df commit 6124a21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/fromapi_mui/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<h1>Fetched from API, Displayed with Material UI</h1>

<a href="https://sveltematerialui.com/demo/data-table/">Svelte Material UI Data Table info</a>
<p>Be sure to read how to install SMUI, specifically that
you must run "npm run prepare" after you add SMUI themes.</p>

<hr/>
<DataTable stickyHeader table$aria-label="Containers" style="width: 100%;">
<Head>
Expand Down

0 comments on commit 6124a21

Please sign in to comment.