react-cover-page
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

react-cover-page

Customizable splash screen for React applications.

Usage

import CoverPage from 'react-cover-page'

function initialize() {
  /* do something here that takes time and return a promise */
}

/* ... */

<CoverPage promise={initialize()}
  icon={<img src='icon.png' width={96} height={96} alt='Icon' />}
  title='Awesome app'
/>

Props

The component supports the following props:

TODO

Presentational component

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i react-cover-page

Weekly Downloads

24

Version

3.1.3

License

MIT

Unpacked Size

30.6 kB

Total Files

12

Last publish

Collaborators

  • ntamas42