Image
org.terminal21.client.components.chakra.Image
case class Image(key: String, src: String, alt: String, boxSize: Option[String], borderRadius: Option[String], style: Map[String, Any], dataStore: TypedMap) extends ChakraElement
https://chakra-ui.com/docs/components/image/usage
Note: you can also add images under ~/.terminal21/web/images (where the server runs) and use a relative url to access them, i.e.
Image(src = "/web/images/logo1.png")
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ChakraElementtrait HasStyletrait CEJsonclass UiElementtrait AnyElementclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
In this article