Callout¶
callout(
    value: object,
    kind: Literal[
        "neutral", "warn", "success", "info", "danger"
    ] = "neutral",
) -> Html
Build a callout output.
| PARAMETER | DESCRIPTION | 
|---|---|
| value | A value to render in the callout 
                  
                    TYPE:
                       | 
| kind | The kind of callout (affects styling). 
                  
                    TYPE:
                       | 
| RETURNS | DESCRIPTION | 
|---|---|
| Html | An HTML object. 
                  
                    TYPE:
                       |