Cargo Features

yew_styles has no features set by default.

[dependencies]
yew_styles = { version = "0.11.0", features = ["full", "layouts", "button", "navbar", "forms", "card", "modal", "text", "dropdown", "spinner", "carousel", "tooltip"] }
full = button, card, carousel, dropdown, forms, layouts, modal, navbar, spinner, text, tooltip
layouts card? full? navbar?

Affects components::layouts

button full?

Affects components::button

navbar full? = layouts

Affects components::navbar

forms full?

Affects components::forms

card full? = layouts

Affects components::card

modal full?

Affects components::modal

text full?

Affects components::text

dropdown full?

Affects components::dropdown

spinner full?

Affects components::spinner

Affects components::carousel

tooltip full?

Affects components::tooltip