Beautiful UI components, crafted with Tailwind CSS. By the makers of Tailwind CSS.
Questions tagged [tailwind-ui]
249 questions
-1
votes
1 answer
How to make tailwind maintainable
This is one of the Netflix pages
Compared with the class name (.checkbox) that uses a specific name, using tailwind requires adding a lot of class names (e.g. mr-1, mt-2). After many people maintain, the strings in the class name will become…

Chunbin Li
- 2,196
- 1
- 17
- 31
-1
votes
2 answers
how to write ```border: 1px solid transparent;``` in tailwind css
How do I write border: 1px solid transparent; in tailwind css? I couldn't find a way in the docs of tailwind.

falkon
- 29
- 8
-1
votes
1 answer
tailwind cli does not work after everything is done right. even the default button is blank
the document and all of my packages (image)
I tried it with the cdn and that worked but why cant I use it fine with the cli

spicy-lemonade
- 15
- 1
- 2
-1
votes
1 answer
How to remove padding top and bottom to set height and width
How to remove the nest paddings to get exactly height and width in a div that contains others div inside. I'm using Tailwind and this UI.
daisyUI
The margin top and margin bottom doesn't fit. Even if I use the vh or/and wh units, and other tips.

Pedro Miguel Pimienta Morales
- 443
- 3
- 10
- 31
-2
votes
1 answer
Tailwind issue with Size like w-80 w-96 or mt etc. how do solve?
i have the problem with tailwind that the w-96 show correct and w-86 show not correct, what is the problem ?
-2
votes
1 answer
Broken mobile responsiveness in iOS only
I'm experiencing a weird issue with the mobile responsive layout of a website.
The address is https://melec.vercel.app/
On desktop using dev tools > responsive, it works correctly, also on any android device you get the correct mobile experience but…

Jorge Limas
- 148
- 1
- 12
-2
votes
1 answer
Unordered list bullet items are not displaying when using prose-lg class but working fine when I am using just prose class in Tailwind CSS
In my blog page I am using markdown and Tailwind. For unordered list, bullet points are not displaying when I am using prose-lg class. But, it is working fine when I am using just prose class.
When I am using prose class this is the output
When I…

mahesh kumar
- 31
- 8
-2
votes
1 answer