Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntamas/react-cover-page
- Owner: ntamas
- License: mit
- Created: 2018-06-13T13:51:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:26:31.000Z (over 1 year ago)
- Last Synced: 2023-08-28T00:15:30.730Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ntamas.github.io/react-cover-page
- Size: 1.24 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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