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]) extends ChakraElement[Image]
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
Members list
In this article