Expand description
Dioxus UI components for hyle.
Provides HyleTable, HyleTableBody, HyleTableFilterBar, HyleTableFilters,
HyleTablePagination, and HyleFormFields — the Dioxus equivalents of
@tty-pt/hyle-react-dom.
Re-exports§
pub use form::HyleFormFields;pub use form::HyleFormFields;pub use table::HyleTable;pub use table::HyleTable;pub use table::HyleTableBody;pub use table::HyleTableBody;pub use table::HyleTableFilterBar;pub use table::HyleTableFilterBar;pub use table::HyleTableFilters;pub use table::HyleTableFilters;pub use table::HyleTablePagination;pub use table::HyleTablePagination;pub use table::HyleTablePanel;pub use table::HyleTablePanel;
Functions§
- Hyle
Form Fields - Renders a labeled input row for every field exposed by
filters. - Hyle
Table - Composes
HyleTableBody+HyleTablePagination. - Hyle
Table Body - Renders the
<table>body from aHyleListState. - Hyle
Table Filter Bar - Renders a row of filter inputs above the table, one per field.
- Hyle
Table Filters - Renders Apply / Clear filter buttons.
- Hyle
Table Pagination - Renders page-navigation controls for a
HyleListState. - Hyle
Table Panel - Wraps a
<form method="get">around a header slot,HyleTableBody, andHyleTablePaginationso thatHyleTableFiltersbuttons, filter inputs, and pagination controls all belong to the same native form.