Cargo Features

[dependencies]
yew-duskmoon = { version = "0.2.1", default-features = false, features = ["full", "app_header", "link", "button", "card", "typography"] }
default = full

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

full default = app_header, button, card, link, typography
app_header full

Affects yew-duskmoon::app_header

Affects yew-duskmoon::link

button full

Affects yew-duskmoon::button

card full

Affects yew-duskmoon::card

typography full

Affects yew-duskmoon::typography