2.0.1 • Published 6 years ago

react-awesome-loader v2.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

2.0.0

6 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago