DEV Community

vicrost
vicrost

Posted on

How do I go about creating a scrollable tag feature on my website

I'm currently working on a website using Django. I added the Taggit module to my model so each object has assigned tags . My question is if I want add the tag design you see in 'google images' or sometimes in YouTube (in which the tags are displayed horizontally across the page and you are able to click on the arrows to to scroll ), What's the best way to do this?

Top comments (0)