Cargo Features

[dependencies]
next-rs = { version = "0.0.14", default-features = false, features = ["accordion", "alert", "css", "i18n", "input", "navbar", "sidebar", "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

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

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.

input_yew input?

Enables input_yew ^0.1.10

stylist css?
yew default
yew-accordion accordion?
yew-alert alert?
yew-i18n i18n?
yew-navbar navbar?
yew-router default
yew-sidebar sidebar?