Skip to content

how to change background of chatmessage #3248

Closed Answered by python-and-fiction
1945083536 asked this question in Q&A
Discussion options

You must be logged in to vote

try this

message = ui.chat_message(name='Robot').props('bg-color="red"')
with message:
    ui.label('test')

check https://quasar.dev/vue-components/chat/#customization
you will know how to customize, Properties in vue-components, do same in nicegui's control within props function.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@1945083536
Comment options

Answer selected by rodja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants