Basic implementation for anime page

This commit is contained in:
2026-01-18 00:46:32 +05:00
parent da573b6b33
commit 7390c631d5
31 changed files with 846 additions and 162 deletions

View File

@ -9,7 +9,7 @@ const props = defineProps<Props>();
</script>
<template>
<div :class="cn('rounded-lg h-full overflow-hidden w-full max-w-64', props.class)">
<div :class="cn('rounded-lg h-full min-h-72 overflow-hidden w-full max-w-64', props.class)">
<div class="flex flex-col gap-2 h-full pb-6">
<Skeleton class="h-full w-full" />
<Skeleton class="h-6 w-3/4" />