Closed intermundos closed 4 years ago
As we talked before, this PR introduces use of dynamic components.
Now you can pass as component property either of 4:
This makes dynamic property redundant since we can now handle all types of component in one go, without need to use additional prop.
Pending property now can accept either String or Svelte component.
Tested on my local project and it work flawlessly.
Let me know what do you think. A.
Changes done. Please review.
Awesome, thank you!
My pleasure!
Thank you for sharing this awesome lib with us!
When do you plan to publish it to NPM?
Just published this new patch already. 💣
As we talked before, this PR introduces use of dynamic components.
Now you can pass as component property either of 4:
This makes dynamic property redundant since we can now handle all types of component in one go, without need to use additional prop.
Pending property now can accept either String or Svelte component.
Tested on my local project and it work flawlessly.
Let me know what do you think. A.