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

com.raquo.laminar.defs.styles.traits.EmptyCells.scala Maven / Gradle / Ivy

The newest version!
package com.raquo.laminar.defs.styles.traits

import com.raquo.laminar.keys.StyleProp
import com.raquo.laminar.modifiers.KeySetter.StyleSetter

// #NOTE: GENERATED CODE
//  - This file is generated at compile time from the data in Scala DOM Types
//  - See `project/DomDefsGenerator.scala` for code generation params
//  - Contribute to https://github.com/raquo/scala-dom-types to add missing tags / attrs / props / etc.

trait EmptyCells { this: StyleProp[_] =>

  /** Borders and backgrounds should be drawn like in a normal cells. */
  lazy val show: StyleSetter = this := "show"

  /** No border or backgrounds of empty cells should be drawn. */
  lazy val hide: StyleSetter = this := "hide"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy