0.2.5 • Published 2 years ago

@heartlandone/banner-ui-react v0.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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>
    );
}
1.1.0

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.43

2 years ago

0.1.44

2 years ago

0.1.45

2 years ago

0.1.46

2 years ago

0.1.47

2 years ago

0.1.36

2 years ago

0.1.48

2 years ago

0.1.37

2 years ago

0.1.40

2 years ago

0.1.0

2 years ago

0.1.39

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago