You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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. <button class="btn btn-primary">Button</button>
  2. <a href="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:


Height:

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

Width:



  • No labels