Sha256: 1905b06610d078d59cd28877d273866fc56595a7032a4599dd3ffa1d19e83767
Contents?: true
Size: 345 Bytes
Versions: 355
Compression:
Stored size: 345 Bytes
Contents
import React from 'react' import { SkeletonLoading } from "playbook-ui" const SkeletonLoadingLayout = (props) => ( <div> <SkeletonLoading stack="5" {...props} /> <SkeletonLoading gap="md" paddingTop="xl" stack="3" {...props} /> </div> ) export default SkeletonLoadingLayout
Version data entries
355 entries across 355 versions & 2 rubygems