Conversation
Copy link
Copy Markdown
Contributor
๐ Linked issue
Resolve #5802
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Emits select event when clicked Timeline item as requested. Currently it basically emits when item is clicked. I also thought about interactive: boolean prop which set true it updates modelValue when clicked. If interactive prop is a better solution please let me know. Appreciate the feedback!
๐ Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.
Copy link
Copy Markdown
npm i https://pkg.pr.new/@nuxt/ui@5826
commit: 25befd2
benjamincanac
changed the title
Clickable
feat(Timeline): add Timeline itemselect event