New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

empower-custom-displays

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

empower-custom-displays

## Sample Usage ``` import Alert from 'empower-custom-displays';

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
2
Weekly downloads
 
Created
Source

Getting Started with Empower Alert Component

Sample Usage

import Alert from 'empower-custom-displays';

const config =  {
    show: true,
    actionable: true,
    status: "warning",
    title: "Sample Alert Title",
    message: ["Sample  Message Here"],
    label:'optional Label',
    actions: [
        {
            label: 'Submit',
            clicked: (event) => this.getActions(event, 'delete-batch'),
            isDisabled: false
        },
        {
            label: 'Cancel',
            clicked: (event) => this.getActions(event, 'cancel-alert'),
            isDisabled: false
        }
    ],
}

 <Alert config={config} />

FAQs

Package last updated on 24 Nov 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc