Emanuel Esquivel López

Results 2 issues of Emanuel Esquivel López

The creation of a Toast in reflex would be very useful. for example ```python def toast() -> rx.Component: """The toast component.""" return rx.toast( tile="Hello, world!", status="success", duration=5000, is_open=State.toast_open, position="top-right", onClose=State.close_toast,...

high priority
linear
custom component request

How to autoscroll the chat when bringing the chatgpt answer and that when entering each chat it always automatically scrolls down to the end?