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

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

package react.semanticui

import react.common.EnumValue

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

package object verticalalignment {
  case object Bottom extends SemanticVerticalAlignment
  case object Middle extends SemanticVerticalAlignment
  case object Top extends SemanticVerticalAlignment
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy