Svelte RenderComponent
Hi, I am rendering fine another component inside a cell in my table
I am struggling trying to figure out how to render another component inside the same cell. Anyone has an example? Thanks
2 Replies
automatic-azure•2y ago
TokenLogo component should take childre prop which is a React Node. It need to render inside TokenLogo component
metropolitan-bronzeOP•2y ago
thanks