@akinon/pz-bkm

1.71.0 • Public • Published

@akinon/pz-bkm

Install the npm package

# For latest version
yarn add @akinon/pz-bkm

# Preferred installation method
npx @akinon/projectzero@latest --plugins

Example Usage

File Path: src/views/checkout/steps/payment/options/bkm.tsx
const Bkm = () => {
  return (
    <PluginModule
      component={Component.BKMExpress}
      props={{
        translations: {
          title: 'Pay with BKM Express',
          description: `When paying with BKM Express, you will be redirected to www.bkmexpress.com.tr.`,
          button: 'Pay Now'
        }
      }}
    />
  );
};

export default Bkm;

Props

Property Type Description
translations object Object containing translation strings.
classes object Object containing custom CSS class names.

Readme

Keywords

none

Package Sidebar

Install

npm i @akinon/pz-bkm

Weekly Downloads

26

Version

1.71.0

License

MIT

Unpacked Size

8.78 kB

Total Files

8

Last publish

Collaborators

  • akinon