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

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

package com.karasiq.bootstrap4

import scala.language.postfixOps

import rx.Ctx

import com.karasiq.bootstrap.context.TextRenderingContext
import com.karasiq.bootstrap4.carousel.TextCarousels
import com.karasiq.bootstrap4.popover.TextPopovers
import com.karasiq.bootstrap4.tooltip.TextTooltips

// Text components implementation
trait TextBootstrapBundle extends UniversalBootstrapBundle with TextRenderingContext
  with TextCarousels with TextTooltips with TextPopovers

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy