Crate patternfly_yew

source ·
Expand description

PatternFly components implemented for Yew.

Goals

This crate offers Yew components of PatternFly. The goal is to closely map functionality as it exists in the ReactJS version, but take into account that Rust can sometimes do better. If that is the case, and leads to a safer, more developer-friendly solution, it might be worth doing things differently.

The focus is currently on PatternFly v5.

Help

The rustdoc documentation should give you some detail information of the Rust code base. It will not explain the components in detail, but offer links to the original PatternFly documentation when possible. Those links are pointers to more information, for a better understanding, but don’t mean that they document PatternFly Yew in any way.

Some components may offer an example section in their main component documentation. But for more complex examples, see the PatternFly Yew Quickstart project.

Modules