Example Usage

#An Example Image: 
from zero_true import Image


example = Image(id="Sample", alt="Oopsie!", height=100, src="https://storage.googleapis.com/pod_public/1300/150707.jpg")

Example Output

Overview

pydantic model zero_true.Image

Image component for displaying web hosted or local images. Supports .png, .jpg, and .jpeg file types

JSON Schema

Bellow are the various attributes you can assign to the component. Utlizing them can allow for modifications to the pre-created object.
zero_true.Image
Zero True Component