1.1.17 • Published 4 months ago

@jexo/pijen v1.1.17

Weekly downloads
26
License
MIT
Repository
bitbucket
Last release
4 months ago

@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

1.1.17

4 months ago

1.1.16

11 months ago

1.1.15

11 months ago

1.1.14

1 year ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago