dao-ui 0.1.2

Work in progress. UI components written with yew
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod table_cell;
mod table_row;
mod table_head;
mod table_body;
mod table;

pub use table_cell::table_cell::TableCell;
pub use table_row::table_row::TableRow;
pub use table_head::table_head::TableHead;
pub use table_body::table_body::TableBody;
pub use table::{Table, TableSize};