Demo of Mosaic with Svelte #235
mingfang
started this conversation in
Show and tell
Replies: 1 comment
-
I created a set of Svelte components that are Mosaic clients. The Table component is different from the native Mosaic version in several ways.
<Table sql="select Symbol, Open, Close, Volume from stocks order by date limit 10"
filterBy={brush}
paginate={true}
rowNumber={true}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Mosaic is amazing but I was not able to find any information on how to integrate it with Svelte.
After much trial and error I got it to work.
Here is a demo.
https://github.com/mingfang/mosaic-svelte/blob/master/src/routes/mosaic/%2Bpage.svelte
Beta Was this translation helpful? Give feedback.
All reactions