Example Usage

#An Example Input Box: 
from zero_true import Text


example = TextInput(id="prompt_inputs", label="Enter your prompt", placeholder="Type something...")

Example Output

Overview

pydantic model zero_true.Text

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.Text
Zero True Component