Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jexo/pijen

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jexo/pijen

React in-app notification component

  • 1.1.17
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
45
decreased by-13.46%
Maintainers
5
Weekly downloads
 
Created
Source

@jexo/pijen

NPM JavaScript Style Guide

Pijen - In-App Notification React Component

Use this plug&play component to send release notification and product messages to your users in your app. Made to be used with Pijen Jira App as the messaging center, with Pijen for Jira you can create and manage multiple widgets and send messages to this widget.

Install

yarn add @jexo/pijen

Usage

import React, { Component } from 'react'

import Pijen from '@jexo/pijen'
import '@jexo/pijen/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Pijen authKey={AUTH_KEY} userKey={USER_KEY} headingText="What's new in our app?"> 
        {({ openPijen, notificationCounter }) => (
          <button onClick={openPijen}>
            Pijen ({notificationCounter})
          </button>
        )}
      </Pijen>
    )
  }
}

License

MIT © Jexo

FAQs

Package last updated on 16 Jan 2024

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