@intility/bifrost-react
Version:
React library for Intility's design system, Bifrost.
11 lines (10 loc) • 363 B
JavaScript
import Skeleton from "./Skeleton.js";
import SkeletonCardImage from "./Skeleton.CardImage.js";
import SkeletonRect from "./Skeleton.Rect.js";
import SkeletonText from "./Skeleton.Text.js";
// attach sub-components to the exported object
export default Object.assign(Skeleton, {
Rect: SkeletonRect,
CardImage: SkeletonCardImage,
Text: SkeletonText
});