Space separated props value in props method #589
-
In case the quasar component has a prop value that is composed of two words that are separated by a space like the anchor props in this component is there a way to pass it to the Element props method since the props need to be space separated themselves? |
Beta Was this translation helpful? Give feedback.
Answered by
falkoschindler
Mar 21, 2023
Replies: 1 comment
-
Sure, you can wrap multiple words in double quotes: with ui.label('Note how the tooltip...').classes('w-64 h-48 bg-gray-200'):
ui.tooltip('is anchored at the bottom right corner.').props('anchor="bottom right"') |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
falkoschindler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, you can wrap multiple words in double quotes: