0.1.17 |
|
---|---|
0.1.13 |
|
0.1.8 |
|
#32 in #webasm
51 downloads per month
15KB
421 lines
It's Pure CSS, but for Yew in Rust.
Warning: This is in early development and it is possible it won't be finished if there is no interest. Don't use this in production! Please help or leave a star to let me know you are interested in this project.
Roadmap
lib.rs
:
Yew Purecss - Pure.css components for Yew
This crate provides Pure.css components made to be used with the Yew framework. It aims to make an easy, as intuitive as possible development experience for integrating Pure.css into your Yew frontends.
Generally speaking, it aims to provide a Rust API for ideally* all elements, components, helpers etc. that you would be able to use in CSS/HTML or other frontend frameworks, such as Angular or React.
* It might not be possible to expose everything in the same manner as with JavaScript, but wherever it is, this crate will try and implement them.
Supported Targets (for Yew Client-Side Rendering only)
wasm32-unknown-unknown
Examples
Since it is in the early stages of development, no complete example is made yet.
Dependencies
~12–20MB
~281K SLoC