{Array.from({ length: count }).map((_, index) => (
))}
import { HotelCardSkeleton } from "@scandic-hotels/design-system/HotelCard/HotelCardSkeleton" import SkeletonShimmer from "@scandic-hotels/design-system/SkeletonShimmer" import styles from "./selectHotel.module.css" type Props = { count?: number } export function SelectHotelSkeleton({ count = 4 }: Props) { return (