🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More →
Socket
Book a DemoSign in
Socket

@nodeblocks/frontend-error-block

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeblocks/frontend-error-block

1. **Install** 📦:

npmnpm
Version
0.2.0
Version published
Weekly downloads
141
113.64%
Maintainers
4
Weekly downloads
 
Created
Source

🚀 Nodeblocks Frontend Error Block

🛠️ How to Use

  • Install 📦:

    npm install @nodeblocks/frontend-error-block
    
  • Use 🛠️:

    import { ErrorBlock } from '@nodeblocks/frontend-error-block';
    
    const DemoAppTemplate = ({ state }) => {
      return (
        <>
          {state.hasError && (
            <ErrorBlock
              href={'/'}
              buttonText={'Back to Home'}
              subtitle={'Error Block Subtitle'}
              title={'Error Block Title'}
            />
          )}
        </>
      );
    };
    

FAQs

Package last updated on 09 Jan 2026

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