python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Code optimization for checkboxes in next typescript
I want to pass only data to only one checkbox so the code doesn't become redundant.
I've taken these so I can check the max and min value of some API data.
const[checkValMax, setCheckValMax]= useState...

Mishkat Marwat
Votes: 0
Answers: 1
How to make a styled circle component using tailwindcss?
I am working on image upload component in my react app and I design the image uploader component.
Here is the code and the result respectively.
<div className="px-8 py-6 mt-2 text-left bg-whit...

Teshie Ethiopia
Votes: 0
Answers: 3
Nuxt "yarn dev" build loop after setting up "@nuxtjs/tailwindcss": "^5.0.2"
When I use @apply in my style tag like that:
<style lang="postcss" scoped>
input {
@apply absolute right-0 top-0 opacity-0 z-10;
}
</style>
It generate a loop/reload:
these ...
Luca Spezzano
Votes: 0
Answers: 1
remove specific style from tailwind base
I have a project with tailwind and a (work in progress) UI library that we want to gradually migrate to.
I am importing the style on my index.css like this
@tailwind base;
@tailwind components;
@tailw...
Bobby
Votes: 0
Answers: 3