ranile / material-yew

Yew wrapper for Material Web Components

Home Page:https://material-yew.rm.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this crate abandoned?

Nobilitate opened this issue · comments

#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.

commented

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.