MoonIcon

org.terminal21.client.components.chakra.MoonIcon
case class MoonIcon(key: String, w: Option[String], h: Option[String], boxSize: Option[String], color: Option[String], style: Map[String, Any]) extends ChakraElement[MoonIcon]

generated by generateIconsCode() , https://chakra-ui.com/docs/components/icon

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Current[MoonIcon]
trait CEJson
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withBoxSize(v: Option[String]): MoonIcon
def withColor(v: Option[String]): MoonIcon
def withH(v: Option[String]): MoonIcon
def withKey(v: String): MoonIcon
override def withStyle(v: Map[String, Any]): MoonIcon

Attributes

Definition Classes
def withW(v: Option[String]): MoonIcon

Inherited methods

def current(using session: ConnectedSession): A

Attributes

Inherited from:
Current
def flat: Seq[UiElement]

Attributes

Inherited from:
UiElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render()(using session: ConnectedSession): Unit

Attributes

Inherited from:
UiElement
def renderChanges()(using session: ConnectedSession): Unit

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Attributes

Inherited from:
UiElement
def withStyle(vs: (String, Any)*): A

Attributes

Inherited from:
HasStyle