feat: implement and use standardized Skeleton component
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-12 21:49:58 +03:00
parent 98555f16ca
commit c8e3caa4fc
3 changed files with 32 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ pub mod select;
pub mod separator;
pub mod sheet;
pub mod sidenav;
pub mod skeleton;
pub mod svg_icon;
pub mod table;
pub mod theme_toggle;