Closed Co-Maheshh closed 1 year ago
i want to add icons instead of boxes so i can drag icon and add into editor ?
how to convert boxes into circle ?
If I understood your question correctly and you want to change the shape of the nodes, you can do it with border-radius
border-radius
.drawflow .drawflow-node { border-radius: 50%; }
Example of shapes:
i want to add icons instead of boxes so i can drag icon and add into editor ?
how to convert boxes into circle ?