tinkr 0.0.43

Tinkr is a web framework for quickly building full-stack web applications with Leptos.
Documentation
1
2
3
4
5
6
7
8
9
pub mod admin_orders;
pub mod admin_table;
pub mod list;
pub mod metrics_widget;
pub mod order_chart;
pub mod order_details;
pub mod order_edit;
pub mod order_model;
pub mod view;