Cargo Features

[dependencies]
leptos-material = { version = "0.6.1", default-features = false, features = ["full", "elevation", "checkbox", "textfield", "icon", "button", "iconbutton", "progress", "datepicker", "select", "card", "chips"] }
default = full

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

full default = button, card, checkbox, chips, datepicker, elevation, icon, iconbutton, progress, select, textfield
elevation card? datepicker? full

Affects components::elevation

checkbox full

Affects components::checkbox

textfield full

Affects components::textfield

icon full

Affects components::icon

button full

Affects components::button

iconbutton full

Affects components::iconbutton

progress full

Affects components::progress

datepicker full = elevation

Affects components::datepicker

select full

Affects components::select

card full = elevation

Affects components::card

chips full

Affects components::chips