Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions src/Gallery/insertYourLoaderHere/Catalog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
import React from 'react'
import ContentLoader from 'react-content-loader'

const Catalog = props => (
<ContentLoader
height={900}
width={1360}
speed={2}
primaryColor="#7fcaec"
secondaryColor="#cceaf8"
{...props}
>
{/* <rect x="30" y="20" rx="0" ry="0" width="130" height="23" /> */}
<rect x="30" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="30" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="30" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="250" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="250" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="250" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="470" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="470" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="470" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="690" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="690" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="690" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="910" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="910" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="910" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="1130" y="20" rx="8" ry="8" width="200" height="200" />
<rect x="1130" y="250" rx="0" ry="0" width="200" height="18" />
<rect x="1130" y="275" rx="0" ry="0" width="120" height="20" />
<rect x="30" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="30" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="30" y="595" rx="0" ry="0" width="120" height="20" />
<rect x="250" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="250" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="250" y="595" rx="0" ry="0" width="120" height="20" />
<rect x="470" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="470" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="470" y="595" rx="0" ry="0" width="120" height="20" />
<rect x="690" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="690" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="690" y="595" rx="0" ry="0" width="120" height="20" />
<rect x="910" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="910" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="910" y="595" rx="0" ry="0" width="120" height="20" />
<rect x="1130" y="340" rx="8" ry="8" width="200" height="200" />
<rect x="1130" y="570" rx="0" ry="0" width="200" height="18" />
<rect x="1130" y="595" rx="0" ry="0" width="120" height="20" />
</ContentLoader>
)

Catalog.metadata = {
name: 'Afrizal Fikri',
github: 'koneko096', // Github username
description: 'Catalog',
filename: 'Catalog', // filename of your loader
}

export default Catalog
2 changes: 1 addition & 1 deletion src/Gallery/insertYourLoaderHere/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as Catalog } from './Catalog'
export { default as LinkedIn } from './LinkedIn'
export { default as GoogleMap } from './GoogleMap'
export { default as ForumPost } from './ForumPost'
Expand All @@ -22,4 +23,3 @@ export { default as Instagram } from './Instagram'
export { default as Code } from './Code'
export { default as BulletList } from './BulletList'
export { default as List } from './NestedList'
export { default as ecommerceProducts } from './ecommerPRoduct'