Cargo Features

[dependencies]
patternfly-yew = { version = "0.6.0", default-features = false, features = ["legacy", "experimental", "tree", "icons-far", "icons-fab", "yew-nested-router"] }
default = yew-nested-router

The yew-nested-router feature is set by default whenever patternfly-yew is added without default-features = false somewhere in the dependency tree.

legacy

things which go away any minute

experimental = tree
tree experimental?

Affects components::tree

icons-far

Enable FontAwesome regular (FAR) and/or brand (FAB) icons, remember to import the font in your application

icons-fab

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

yew-nested-router default