Your own custom design can be applied by styling these 2 classes in your css: rcs-custom-scrollbar - this class styles the container of the scroll handle, you can use it if your handle width is greater than the default. rcs-inner-handle - this class styles the handle itself, you can ...
Install the forms plugin from npm npm install -D @tailwindcss/forms Modify tailwind.config.js module.exports = { ... plugins: [ // add the line bellow require('@tailwindcss/forms') ] } Give a star ⭐️ Feel free to give a star to this library if you like it.About...
You can customize components on your CSS file, using Tailwind's @apply directive:.btn { @apply rounded-full; }You can also:Add your own theme. Opt out of daisyUI's design decisions, and only use an unstyled (skeleton) version of daisyUI.Prev...
Your own custom design can be applied by styling these 2 classes in your css: rcs-custom-scrollbar - this class styles the container of the scroll handle, you can use it if your handle width is greater than the default. rcs-inner-handle - this class styles the handle itself, you can ...