New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-cover-page

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cover-page

Customizable splash screen for React apps

latest
Source
npmnpm
Version
3.1.12
Version published
Weekly downloads
69
-35.51%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 29 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts