Questions tagged [tailwind-ui]

Beautiful UI components, crafted with Tailwind CSS. By the makers of Tailwind CSS.

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.
John K Bell
  • 95
  • 1
  • 8
0
votes
1 answer

Tailwind Css custom color disappearing on build (React JS)

My custom color "primary" is not working on the build mode and disappears. But on development mode it is present. tailwind.config.js module.exports = { purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"], darkMode: false, // or 'media'…
0
votes
2 answers

Tailwind css not working while its deployed

I have installed tailwind in my next.js app , its working in my localhost but when i deploy it to vercel or building it and running it, it doesn't use the tailwind classes and its looks like tailwind not installing when i deploy. Here is my package…
Desert Fox
  • 11
  • 1
  • 3
0
votes
1 answer

TinyMce breaking TailwindCss animation when loaded inside a slide-over element

I have a simple Vue3 application that is making heavy use of TailwindUI components. I'm trying to place a TinyMce editor inside of a slide over component and that works fine. The issue is the entry animation. On first entry, it slides in like it's…
Jmh2013
  • 2,625
  • 2
  • 26
  • 42
-1
votes
0 answers

How to create shadow or faded color between two sections?

Actually, I want to join two sections in such a way that it doesn't look separate. Like at the bottom a want to put a shadow or something displayed in the image. I'm using tailwind css for that. so how to do that?
Digen
  • 67
  • 9
-1
votes
1 answer

How to add custom class when I have this problem?

[1]input.css in my tailwind I can't add custom class. There seem to be three problems here and I don't know what the yellow line is. I have installed it several times but it did not help. I checked all the routes and there was no problem. All parts…
-1
votes
1 answer

How to remove extra space of td and tr in table?

I have this table and need to remove the extra space so that I can add other columns to the table without having to scroll vertically, and so that the space is used perfectly. Here is the code: …
The Code Whisperer
  • 1,105
  • 1
  • 3
  • 10
1 2 3
16
17