Cargo Features

[dependencies]
next-rs = { version = "0.0.12", default-features = false, features = ["navbar", "sidebar", "alert", "i18n", "input", "accordion", "css", "yew", "yew-router"] }
default = yew-router

These default features are set whenever next-rs is added without default-features = false somewhere in the dependency tree.

Enables csr of yew

navbar = yew-navbar
sidebar = yew-sidebar
alert = yew-alert
i18n = yew-i18n
input = input_yew
accordion = yew-accordion
css = stylist

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 default
yew-i18n i18n?
yew-navbar navbar?
yew-sidebar sidebar?
yew-accordion accordion?
yew-alert alert?
input_yew input?
yew-router default
stylist css?