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

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

package react.semanticui

import react.common.EnumValue

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

package object textalignment {

  case object Left extends SemanticTextAlignment
  case object Center extends SemanticTextAlignment
  case object Right extends SemanticTextAlignment
  case object Justified extends SemanticTextAlignment
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy