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

react.semanticui.modules.progress.package.scala Maven / Gradle / Ivy

package react.semanticui.modules

import react.common.EnumValue
import react.common.EnumValueB

package progress {
  sealed trait Attached extends Product with Serializable
  object Attached {
    implicit val enum: EnumValue[Attached] = EnumValue.toLowerCaseString
    case object Top extends Attached
    case object Bottom extends Attached
  }

  sealed trait ProgressText extends Product with Serializable
  object ProgressText {
    implicit val enum: EnumValueB[ProgressText] = EnumValueB.toLowerCaseStringT(Text)
    case object Text extends ProgressText
    case object Percent extends ProgressText
    case object Ratio extends ProgressText
    case object Value extends ProgressText
  }

}

package object progress




© 2015 - 2025 Weber Informatics LLC | Privacy Policy