Cargo Features

yew-custom-components has no features set by default.

[dependencies]
yew-custom-components = { version = "0.2.2", features = ["table", "tabs", "pagination"] }
table

Enables serde and serde-value

Affects yew-custom-components::table, body::table_body, body::Props, body::row, error::Error, error::Result, head::table_head, head::ColumnProps, head::head_column, table::Options, table::Props, table::Msg, table::Data, table::Search, table::Pagination, table::table, types::TableData, types::Column, types::ColumnBuilder, types::TableOrder

tabs

Affects yew-custom-components::tabs, tabs::Props, tabs::tabs

pagination

Affects yew-custom-components::pagination, pagination::Options, pagination::Props, pagination::pagination