Skip to content
Open
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
32 changes: 32 additions & 0 deletions src/Gallery/insertYourLoaderHere/NewInsta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import React from 'react'
import ContentLoader from 'react-content-loader'

const NewInsta = props => {
return (
<ContentLoader
speed={1}
width={460}
height={490}
viewBox="0 0 460 490"
backgroundColor="#f3e7e7"
foregroundColor="#c7cdea"
{...props}
>
<circle cx="31" cy="31" r="15" />
<rect x="58" y="18" rx="2" ry="2" width="223" height="9" />
<rect x="58" y="34" rx="2" ry="2" width="140" height="10" />
<rect x="0" y="60" rx="2" ry="2" width="308" height="308" />
<rect x="6" y="386" rx="0" ry="0" width="130" height="9" />
<rect x="6" y="403" rx="0" ry="0" width="282" height="9" />
</ContentLoader>
)
}

NewInsta.metadata = {
name: 'Nitish',
github: 'Nitz2611',
description: 'Loder for new instagram',
filename: 'NewInsta',
}

export default NewInsta
2 changes: 1 addition & 1 deletion src/Gallery/insertYourLoaderHere/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as FadingLoader } from './FadingLoader'
export { default as GithubProfile } from './GithubProfile'
export { default as CleoOne } from './CleoOne'
export { default as Gmail } from './Gmail'
export { default as NewInsta } from './NewInsta'
export { default as Netflix } from './Netflix'
export { default as ArticleLoader } from './ArticleLoader'
export { default as DashboardLoader } from './DashboardLoader'
Expand Down Expand Up @@ -81,4 +82,3 @@ export { default as CheckboxList } from './CheckboxList'
export { default as ImageUpload } from './ImageUpload'
export { default as HeaderLoader } from './HeaderLoader'
export { default as Twitter } from './Twitter'