material-yew icon indicating copy to clipboard operation
material-yew copied to clipboard

Is this crate abandoned?

Open Nobilitate opened this issue 1 year ago • 1 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.

Nobilitate avatar Aug 05 '22 15:08 Nobilitate

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.

ranile avatar Aug 05 '22 16:08 ranile