Are there any plans for kvision components module?...
# kvision
b
Are there any plans for kvision components module? It could just wrap bs4 components like card or badge to make the development a bit more fluid
r
It's in fact position 1 on my TODO list 🙂 But there is always something else to do 😉
❤️ 1
b
I wouldn't mind helping out if you could write up a general plan you think of.
c
r
Those are standard web components. I think there is no need for any wrapping. You can just import and use them with KVision's
CustomTag
component.
c
How would you leverage stenciljs in KVision?
r
Stenciljs is a compier for web components. You can't use stenciljs with KVision. But you can use web components created with stancil, like shown here - https://stenciljs.com/docs/javascript. Just use
CustomTag
KVision component.