ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

Add loader hack to include components #1

Closed siku2 closed 3 years ago

siku2 commented 3 years ago

I made sure that this also works for release builds with dead code elimination.

siku2 commented 3 years ago

One thing I should mention is that the loader_hack! macro can only be used once per module. If you want to define multiple components in a single module, let me know. It's something that can be fixed.