ranile / material-yew

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

Is this crate abandoned? #30

Open Nobilitate opened 2 years ago

Nobilitate commented 2 years ago

24 has been sitting open untouched since March.

19 is an issue that should at least be addressed in part ASAP.

I understand that this is a work-in-progress, but how can you have a component library where the Button component doesn't even accept onclick events?

I would submit a PR for it but #24 doesn't give me much hope that mine would be addressed.

ranile commented 2 years ago

The underlying material components are currently going through a re-write. This crate uses material-web components. There's functionality lacking in MWC components and at the moment, it doesn't make sense to put in the effort to support those components, considering their rewrite is in-progress.

19 is an issue with Yew as a whole, not this library in particular. It can be worked around by wrapping the component in a <span>.

24 had slipped under my radar. I haven't had the time (or reason, considering the material-web) to put in the effort needed to keep up with everything. I merged that PR now.

Is this crate abandoned?

No, it's more in a blocked state, because of the aforementioned reasons.