Socket
Socket
Sign inDemoInstall

@heartlandone/banner-ui-react

Package Overview
Dependencies
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heartlandone/banner-ui-react

React specific wrapper for @heartlandone/banner-ui


Version published
Weekly downloads
3
decreased by-25%
Maintainers
8
Weekly downloads
 
Created
Source

Banner UI React

React specific wrapper for @heartlandone/banner-ui

To install banner-ui-react, you must ensure that the installed react version is as follows

"peerDependencies": {
    "react": ">=16.7.0",
    "react-dom": ">=16.7.0"
}

To install Banner UI using REACT, run the following command prompt in your terminal:

npm install @heartlandone/banner-ui-react

Usage

Include the follwing lines in your React file(s)

import { /** <Component> */ } from '@heartlandone/banner-ui-react';

React Example Usage

import { MyAccountCompagin } from '@heartlandone/banner-ui-react';
//......
//......
render() {
    return (
        <MyAccountCompagin access-token="token content" env="DEV|STAGE|PROD"></MyAccountCompagin>
    );
}

FAQs

Package last updated on 11 Apr 2023

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