import { Screen, View, Text, Skeleton, SkeletonGroup, Divider, Card } from '../index'; export const SkeletonExamples = () => { return ( Skeleton Examples Basic Shapes Rectangle (Default) Rounded Circle Custom Border Radius Animation Types Pulse (Default) Wave None Skeleton Groups Default Group (3 items) Custom Count (5 items) Custom Spacing Custom Skeleton Props Profile Card Loading Article Card Loading List Item Loading {[1, 2, 3].map((item) => ( ))} Table Loading {/* Header */} {/* Rows */} {[1, 2, 3, 4, 5].map((row) => ( ))} Dashboard Card Loading {[1, 2, 3, 4].map((card) => ( ))} Comment Thread Loading {[1, 2, 3].map((comment) => ( 1 ? 32 : 0 }}> ))} Mixed Shapes and Sizes Custom Widths ); };