UNPKG

@tidy-ui/frame

Version:

The Frame component is a dynamic placeholder that adds a stylish touch while your content loads. It features various styles like circular for profile pics, linear for paragraphs, and defaults to rectangular. Easily adjust sizes and transition from loading

4 lines (3 loc) 202 B
import { IFrameProps } from './types'; declare const FrameRoot: import("styled-components").StyledComponent<"div", import("@tidy-ui/commons").ITidyUITheme, IFrameProps, never>; export { FrameRoot };