Skip to content

Edge border Radius #290

Answered by bcakmakoglu
nolderosw asked this question in Q&A
Sep 30, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Mh... currently you can't pass it to the default edges; I will allow the prop to be used later on.

Instead you can just use either a custom edge component and use getSmoothstepPath or use the SmoothstepEdge exported by the library and just feed it the props

<template #edge-custom-step="props">
	<SmoothstepEdge v-bind="props" />
</template>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nolderosw
Comment options

Answer selected by nolderosw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants