When does the timeline NuxtUI component release?
Can't seem to make it work, I'm guessing the "soon" tag means it can't be used yet. Is there an ETA for when I could use this?
Please tag me when responding, thanks!
https://ui.nuxt.com/components/timeline
Nuxt UI
Vue Timeline Component - Nuxt UI
A component that displays a sequence of events with dates, titles, icons or avatars.
9 Replies
Hi @Oliver. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
The Timeline component is already released and available for use in Nuxt UI. Based on the knowledge sources, the Timeline component is fully documented at Nuxt UI Timeline with multiple examples showing how to implement it.
The documentation shows that you can use the component with various features:
- Different orientations (vertical or horizontal)
- Various sizes (xs, sm, md, etc.)
- Color customization
- Control of active items
- Custom slots for more complex timelines
Here's a basic example of how to use it:
If you're having trouble making it work, it might be due to installation issues or version compatibility rather than the component not being released. The Timeline component is part of the standard Nuxt UI library components as shown in the components list.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@259449960171438080> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
No matter how I attempt to use the component I get these console warnings:
@Oliver
You might try installing the Nuxt UI release where it was merged, here is some info for that:
https://ui.nuxt.com/getting-started/installation/nuxt#continuous-releases
https://github.com/nuxt/ui/pull/4215
You can try using the pkg-pr-new package in the comments or just wait for the next release, it will probably be added there.
Thank you! Can't really seem to figure out the pkg-pr-new package thing and I think it might be better to just wait, but the PR, that's already merged, so how do I see when it's fully integrated or see a ETA, get updates etc.?
I'm assuming they will change the "Soon" to "New" on the docs, so that should be an indicator. Also you should probably check when they release a new version, if the Timeline component is included in the changelog. But other than these, I don't really know if Nuxt UI has a roadmap of sorts, where you can see when things are becoming available. The changelogs after a release should be the source of truth tho.
For the pkg-pr-new package, you should be able to run this command and this would install the changse made in the PR: https://github.com/nuxt/ui/pull/4215#issuecomment-2912115459. This should add the
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@552d124"
package to your package.json. This way you can test the UTimeline component before it gets released, however I'd advise to change back to the next version (3.1.x) where they include the UTimeline component, otherwise you're gonna miss a lot of updates that are coming to the newer versions. Hope this helps!GitHub
feat(Timeline): new component by J-Michalek · Pull Request #4215 ...
🔗 Linked issue
Resolves: #814
❓ Type of change
📖 Documentation (updates to the documentation or readme)
🐞 Bug fix (a non-breaking change that fixes an issue)
👌 Enhancement (improving an exist...
@The Honored One @Oliver You can find the roadmap here https://ui.nuxt.com/roadmap
As for the release date, it should arrive in the next few weeks in the next minor version of NuxtUI, the timeline and a few other components !
Ohh, that’s cool to know, thanks!
Thank you all so much! Amazing community 🫶