@tapie-kr/inspire-react
Version:
React Component Collection for INSPIRE
22 lines (19 loc) • 827 B
JavaScript
/* eslint-disable */
/*
* INSPIRE : Creative Kit
* React Component Collection for INSPIRE
*
* This file is generated automatically. Do not modify it manually
* Generated at : 2025. 3. 4. 오후 6:18:13
* @tapie-kr/inspire-react version: 0.2.15
*
* (c) 2025 TAPIE. All rights reserved.
* MIT License
*/
import { jsx } from 'react/jsx-runtime';
import { skeleton } from './styles.css.js';
import { radiusVars } from '../../../lib/style/contract/component.css.js';
import { Box } from '../../miscellaneous/layout/Box/index.js';
import cn from '../../../_virtual/index.js';
function Skeleton(props){return jsx(Box,{className:cn(skeleton,props.className),style:{width:props.fullWidth?"100%":props.width,height:props.fullHeight?"100%":props.height,borderRadius:props.borderRadius||radiusVars.pill}})}
export { Skeleton };