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

react.semanticui.elements.loader.package.scala Maven / Gradle / Ivy

package react.semanticui.elements

import react.common.EnumValueB

package loader {
  sealed trait LoaderInline extends Product with Serializable
  object LoaderInline {
    implicit val enum: EnumValueB[LoaderInline] = EnumValueB.toLowerCaseStringT(Inline)
    case object Inline extends LoaderInline
    case object Centered extends LoaderInline
  }
}

package object loader {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy