Beautiful UI components, crafted with Tailwind CSS. By the makers of Tailwind CSS.
Questions tagged [tailwind-ui]
249 questions
0
votes
1 answer
Tailwind css pattern on top of video background
Im new to Tailwind, I have a video background page (based on that post https://daily-dev-tips.com/posts/tailwind-css-full-screen-video-header/), I trying to add a pattern ( http://www.patternify.com/ ) on top of that video background. I was tried…

Oskar
- 81
- 4
0
votes
0 answers
Reusing header/footer in tailwind UI for a static html site
I'm creating a stupidly simple static html/css website using tailwind UI, and following this tutorial: https://justinjackson.ca/tailwind-ui-netlify
Whats the best practice for headers/footers so I don't need to manually copy/paste the html for the…

draede
- 1
0
votes
2 answers
Heroicons not appearing in chrome for TailwindUI, but appears broken in Firefox
I bought and installed TailwindUI. I copied and pasted one of the Navigation components just to see how it looks in the app and the hamburger menu and the notification bell (both part of Heroicons) aren't appearing.
When I click on the part where…

Loading...
- 863
- 9
- 21
0
votes
1 answer
How to use tailwind in an external repository? Classes not working
I have about 7 different repos which all have there own tailwind setup (EG 7 different repos with 7 different versions of the same button) so I have created a private repo to remove this duplication but I'm having issues with classes not being…

Kurtis
- 1,172
- 2
- 12
- 20
0
votes
1 answer
Tailwind: Lost config file (how to recover/regenerate it)?
Summary: I took over managing a TailwindCSS website and don't have the tailwind.config.js file.
Problem: How do I rebuild the TailwindCSS for my site, without the tailwind.config.js file used to create it?
Question: is there a way to reverse…

Mike P.
- 47
- 2
0
votes
1 answer
Getting data with Axios from .json in a vue loop
In my Navigation I want to insert Links from my CMS. I am using Axios. My Navigation is Vue. How do I get the data from the JSON file into the const?
Just knowing if I need to search for the solution in Axios or in Vue would help alot too.
import…

Oli
- 3
- 2
0
votes
0 answers
Tailwind CSS: display text and border on hover
How can i achieve same result using Tailwind css.
it should show only elementary, when i hover over it should show white border and white text.
working example: https://times2.org/home
I tried:
https://play.tailwindcss.com/5Cioayqtop

Fayakon
- 1,173
- 4
- 23
- 48
0
votes
1 answer
Does Tailwind CSS Provide JavaScript by Default?
I'm using Tailwind CSS and Tailwind UI. I want to use the first navbar on this page. It says Requires JS above. Does Tailwind provide JavaScript by default? If yes, which file do I import or use?
user11699996
0
votes
1 answer
How to use Alpine toggle to switch content?
I'm using tailwind and AlpineJS. I have designed the bellow toggle switch but I can't seem to work out how to toggle between different content.
Any help will be greatly appreciated.