#yew #css #webasm #web #menu #grid #purecss

yanked yew-purecss

Pure CSS components for Yew

0.1.17 Sep 29, 2023
0.1.13 Aug 17, 2023
0.1.8 Jul 26, 2023

#32 in #webasm

Download history 4/week @ 2024-02-22 4/week @ 2024-02-29 13/week @ 2024-03-28 6/week @ 2024-04-04 95/week @ 2024-04-25

108 downloads per month

Apache-2.0

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

~11–14MB
~258K SLoC