-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic card width #2
Comments
I totally agree about the slot thingy, I was just disappointed that it only supports text as content. I would say that this issue can be renamed to simply "Dynamic card" or "Dynamic node". |
I thinks thats changed. Slots support anything now. |
Vue slots in general supports anything, yes. But this project isn't using slots. Neither in https://github.com/Jeffreyrn/vue-simple-flowchart/blob/master/src/components/FlowchartNode.vue or in https://github.com/Jeffreyrn/vue-simple-flowchart/blob/master/src/components/SimpleFlowchart.vue, which is a big reason for me to not use this. |
I misunderstood. I thought you were the maintainer. Yeah slots would open this up to a lot more use cases. |
Are you using another project to work with flowchart? Wich one? |
It would be nice if the arrows still aligned when the width of the card was increased via css.
Also it would be nice to be able to control the contents of the card with a slot.
The text was updated successfully, but these errors were encountered: