chore(Skeleton): new component

This commit is contained in:
Benjamin Canac
2023-05-14 17:05:38 +02:00
parent 6fd5a70ac9
commit 8caa78819a
4 changed files with 84 additions and 0 deletions

View File

@@ -457,6 +457,12 @@ const container = {
constrained: 'max-w-7xl'
}
const skeleton = {
base: 'animate-pulse',
background: 'bg-gray-100 dark:bg-gray-800',
rounded: 'rounded-md'
}
// Navigation
const verticalNavigation = {
@@ -738,6 +744,7 @@ export default {
toggle,
card,
container,
skeleton,
verticalNavigation,
commandPalette,
modal,