Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntamas/react-cover-page

Customizable splash screen for React apps
https://github.com/ntamas/react-cover-page

Last synced: about 1 month ago
JSON representation

Customizable splash screen for React apps

Awesome Lists containing this project

README

        

react-cover-page
================

Customizable splash screen for React applications.

Usage
-----

```jsx
import CoverPage from 'react-cover-page'

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

/* ... */

}
title='Awesome app'
/>
```

Props
-----

The component supports the following props:

TODO

Presentational component
------------------------

TODO