Packages

package style

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. style
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Css(htmlClasses: List[String]) extends Product with Serializable

    Simple class to represent css class

  2. final case class Style(styles: Map[String, |[String, Int]]) extends Product with Serializable

    Simple class to represent styles

Value Members

  1. implicit final def cssToTagMod(s: Css): japgolly.scalajs.react.vdom.html_<^.TagMod
  2. implicit final def cssToTagString(s: Css): String
  3. object Css extends Serializable
  4. object Style extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped