We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We can see all the text properties in Konva in its documentation.
If we need to work with the alignment of the text we can use the align property which can be: left, center, or right.
align="center"
When the text no longer fit in our component we will use the ellipsis property: Can be true or false. Default is false.
If Konva Text config is set to:
ellipsis={true}
wrap="none"
then it will add "..." to the end
Both examples can be found in component: button-shape.tsx