feat: add loading

This commit is contained in:
2024-11-28 01:02:56 +08:00
parent c5a509e4e8
commit 99cfa7f34d
11 changed files with 133 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ const flexCenter = plugin(function ({ addUtilities }) {
'.card-body': {},
'.card-footer': {},
'.card-key': {},
'.loading': {},
});
});