Socket
Socket
Sign inDemoInstall

@heartlandone/banner-ui-react

Package Overview
Dependencies
1
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @heartlandone/banner-ui-react

React specific wrapper for @heartlandone/banner-ui


Version published
Maintainers
8
Created

Readme

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';
import '@heartlandone/banner-ui/style/my-account-banner-components.css';

React Example Usage

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

FAQs

Last updated on 16 May 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc