feat: implement Cached widget
This commit is contained in:
parent
08e28f6f97
commit
7138141811
2 changed files with 346 additions and 0 deletions
|
|
@ -17,9 +17,11 @@
|
|||
clippy::type_complexity
|
||||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
pub mod cached;
|
||||
pub mod component;
|
||||
pub mod responsive;
|
||||
|
||||
pub use cached::Cached;
|
||||
pub use component::Component;
|
||||
pub use responsive::Responsive;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue