2.0.1 • Published 7 years ago

react-awesome-loader v2.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

react-awesome-loader

Facebook like content placeholder for react

A loader facebook like based on mockup style content placeholder.

Demo

View the comming soon.

Alternatively, run it locally:

npm install
npm run start:dev

react-awesome-loader is also available as part of node modules.

Just import the module and use it as follow:

import Loader from 'react-awesome-loader';

const App = () => (
  <Loader
    nbrItems={2}
    />
);

Props

nbrItems

type: number

indicates the times a single item of the loader should be displayed. For example, if you are loading 3 contents, then you could display the placeholder 3 times

License

ISC

2.0.1

7 years ago

2.0.0

7 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago