Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page will provide SDK UI samples and their usage, so that the new web UI development teams can refer to these sample code to start building their UI. Below are basic flavor of the sample. However, for complete UI elements samples and guide, please download the documentation here - b2b-ref.zip (unzip and open index.html file). 

Button:

To implement button using b2b library, there are two ways:

  1. <buttonclass="btn btn-primary">Button</button>
  2. <ahref="javascript:void(0)"b2b-keyup-click="32"class="btn btn-primary"role="button">Button</a>


By changing the class value, buttons can be changed in different...

Colors:

Image Added


Height:

Image Added

  1. <buttonclass="btn btn-secondary">Button</button>
  2. <buttonclass="btn btn-secondary btn-medium">Button</button>
  3. <buttonclass="btn btn-secondary btn-small">Button</button>

Width:

Image Added

Image Added