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

org.danielnixon.progressive.shared.api.Constants.scala Maven / Gradle / Ivy

package org.danielnixon.progressive.shared.api

object DataAttributes {
  val progressive: String = "data-progressive"
  val refresh: String = "data-refresh"
}

object CssClasses {
  val target: String = "target"
  val removable: String = "removable"
  val refreshContent: String = "refresh-content"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy