build method

HTMLElement build()

Implementation

HTMLElement build() {
  host = document.createElement('div') as HTMLElement;
  render();
  return host;
}