All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.karasiq.bootstrap4.JSBootstrapBundle.scala Maven / Gradle / Ivy

package com.karasiq.bootstrap4

import scala.language.postfixOps

import rx.Ctx

import com.karasiq.bootstrap.context.JSRenderingContext
import com.karasiq.bootstrap.jquery.BootstrapJQueryContext
import com.karasiq.bootstrap4.carousel.JSCarousels
import com.karasiq.bootstrap4.modal.JSModals
import com.karasiq.bootstrap4.navbar.JSNavigationBars
import com.karasiq.bootstrap4.popover.JSPopovers
import com.karasiq.bootstrap4.tooltip.JSTooltips

// JS components implementation
trait JSBootstrapBundle extends UniversalBootstrapBundle with JSRenderingContext with JSModals with JSTooltips
  with JSPopovers with JSNavigationBars with JSCarousels with BootstrapJQueryContext

object JSBootstrapBundle {
  def apply()(implicit rx: Ctx.Owner): JSBootstrapBundle = {
    new JSBootstrapBundle {
      implicit val scalaRxContext = rx
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy