styled-content-loader
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

styled-content-loader

npm npm bundle size NPM semantic-release

The simplest solution for content loading in React and styled-components.

Getting Started

npm install styled-components styled-content-loader
yarn add styled-components styled-content-loader

styled-components is a peer dependency, so you should install it yourself.

Usage

import React from 'react'
import StyledContentLoader from 'styled-content-loader'

const App = () => {
  return (
    <StyledContentLoader>
      <Component />
    </StyledContentLoader>
  )
}

export default App

Props

Name Description Default
backgroundColor Animation background color #e6e6e6
foregroundColor Animation foreground color #f0f0f0
isLoading Wether it will be shown or not true

Contributing

Issues and pull requests are welcome.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.2
    92
    • latest

Version History

Package Sidebar

Install

npm i styled-content-loader

Weekly Downloads

95

Version

1.2.2

License

MIT

Unpacked Size

14.9 kB

Total Files

9

Last publish

Collaborators

  • rfoel