van icon indicating copy to clipboard operation
van copied to clipboard

Example using multiple components together.

Open tracker1 opened this issue 2 years ago • 2 comments

Would be good to see more examples using components together. Ideally something with a router based render, and async loading of components via import('./SomeComponent').then(({ SomeComponent }) => SomeComponent)

tracker1 avatar May 25 '23 18:05 tracker1

In case of any use, I played with it and made one this weekend: https://github.com/ndrean/vanjs-dialog-modal

ndrean avatar Jun 05 '23 06:06 ndrean

You can check out my Van Cone add-on. It has routing and the ability to use async imports for the route component.

b-rad-c avatar Jan 03 '24 05:01 b-rad-c