orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod parts;
mod styles;
mod table;
mod types;

pub use parts::{TableBody, TableCell, TableCellLayout, TableHeader, TableHeaderCell, TableRow};
pub use table::Table;
pub use types::{TableCellLayoutConfig, TableHeaderCellConfig};

#[cfg(feature = "preview")]
pub use table::{TABLE_DESCRIPTION, TABLE_DOC, TABLE_PREVIEW_REGISTRATION, TABLE_PROPS};