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:

...

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

Colors:

Image Modified


Height:

Image RemovedImage 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 RemovedImage Added

Image Modified