BasicPrimitives/react

How to change cursor's border color?

Enflow-io opened this issue · 1 comments

2019-10-16_18-12-13
On 67 line in node_modules/basicprimitivesreact/dist/Templates/CursorTemplate.js

How could I overwrite this option? Thx

React component has its own JSX based rendering mechanism.
If you need to change React sources and default templates, see basicprimitivesreact package and the following code
https://github.com/BasicPrimitives/react/blob/master/src/Diagrams/Templates/CursorTemplate.js

For your reference:
JavaScript cursor template samples:
https://www.basicprimitives.com/usecases/cursortemplate

ReactJS
https://www.basicprimitives.com/reactusecases/cursortemplate