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

react.semanticui.floats.scala Maven / Gradle / Ivy

package react.semanticui

import react.common.EnumValue

package floats {
  sealed trait SemanticFloats extends Product with Serializable
  object SemanticFloats {
    implicit val enum: EnumValue[SemanticFloats] = EnumValue.toLowerCaseString
  }
}

package object floats {
  case object Left extends SemanticFloats
  case object Right extends SemanticFloats
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy