Replies: 104 comments 265 replies
This comment has been hidden.
This comment has been hidden.
-
I love DaisyUI. I suggest a date picker. |
Beta Was this translation helpful? Give feedback.
-
Hey there , Date and Calendar most important for development, I also not find multi select, I see these in future |
Beta Was this translation helpful? Give feedback.
-
Hi! I would like to see progress with percentage feedback |
Beta Was this translation helpful? Give feedback.
-
A context menu (https://primeng.org/contextmenu) would be very pog |
Beta Was this translation helpful? Give feedback.
-
I suggest Select with search, for example. I made the gif component using input + dropdown from DaisyUI S2. |
Beta Was this translation helpful? Give feedback.
-
Would love to see a way to control state for inputs like So for example, something like this would be super handy for me to control props and styling with.
|
Beta Was this translation helpful? Give feedback.
-
The new "shiny" effect on buttons should be optional, not used as default. |
Beta Was this translation helpful? Give feedback.
-
I will suggest the date picker with range date definition. Example you can select only the date from range. |
Beta Was this translation helpful? Give feedback.
-
Animating progress and radial progress bar. For radial progress bar I've managed to upgrade my previous attempt on the problem #3206 by using some javascript (edit: sorry for angular notation)
|
Beta Was this translation helpful? Give feedback.
-
Working with table I see a little problem with the table-zebra class, I have a bg-color set to the specifi case where I need to change a bg color for entry. Maybe you can add a important tag for bg color? |
Beta Was this translation helpful? Give feedback.
-
Are you guys planning to add Combo boxes? (select + text field search) |
Beta Was this translation helpful? Give feedback.
-
Ability to extend the colors, base-400, base-500 etc would be great |
Beta Was this translation helpful? Give feedback.
-
I don't think VanillaFramework use any JS to achieve this. I am kind of assuming it's feasible for DaisyUI too. Lastly, thank you so much for all your hard work and sacrifices in creating this for us. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to say thank you so much for this incredible project. Looking forward to the animated progress components ❤️ |
Beta Was this translation helpful? Give feedback.
-
is this expected behaviour for beginning of component gets clipped, not visible on scroll. end is visible fully. removing margins doesn't change anything... code example (jsx from next.js app) return (
<div className='breadcrumbs mx-4 my-6 text-sm'>
<ul className='justify-center'>
<li>
<Link href='/'>
<HomeIcon className='size-4' />
{t('homepage')}
</Link>
</li>
{links.map(({ href, label }, index) => (
<li key={index}>
{href === null ? (
<p className='text-primary'>
<GlobeAltIcon className='size-4' />
{label}
</p>
) : (
<Link href={href}>
<GlobeAltIcon className='size-4' />
{label}
</Link>
)}
</li>
))}
</ul>
</div>
); |
Beta Was this translation helpful? Give feedback.
-
@saadeghi why do you modify the :where(:root:has(.modal-open,.modal[open],.modal:target,.modal-toggle:checked,.drawer:not(.drawer-open)>.drawer-toggle:checked)) {
--root-bg: color-mix(in srgb, var(--color-base-100), oklch(0% 0 0) 40%);
} |
Beta Was this translation helpful? Give feedback.
-
"daisyui": "^5.0.0-beta.6", |
Beta Was this translation helpful? Give feedback.
-
"daisyui": "^5.0.0-beta.6", should it work like this? The
if use without class "select" on select tag then different sizes
|
Beta Was this translation helpful? Give feedback.
-
This might already be possible to do, but here you go: Can the rating component modified to accept negative ratings too? Something like: -2, -1 0, 1, 2. The color starting will be from 0. |
Beta Was this translation helpful? Give feedback.
-
With the beta-8 suddenly I start getting error message on compilation. I use the latest tailwind + tailwind/postcss - 4.0.8 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi there The CDN 9 version is listed but link is broken, can you please advise? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using it in vue js |
Beta Was this translation helpful? Give feedback.
-
Add class no-animation from daisy ui v4, please! |
Beta Was this translation helpful? Give feedback.
-
🎉 daisyUI 5.0 is ready!!
|
Beta Was this translation helpful? Give feedback.
-
Can we explain a little bit in the upgrade doc? @import "tailwindcss";
@plugin "daisyui"; I was scared by the new import method, but finally accepted daisy5 after learning it's the way of how |
Beta Was this translation helpful? Give feedback.
-
A couple pieces of feedback after starting to migrate to v5:
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to configure where/on which |
Beta Was this translation helpful? Give feedback.
-
Hello and welcome 💚
daisyUI 5 is in development [v5 branch]
There's no docs or changelog yetRelease notes, ChangelogsSome components are not readymanybugsand anyalphabeta version may break thingsdieget sickTry it
You can try this Tailwind Play link which includes a big dump of components
Or you can try the new
full.cssdaisyui.css or the new chunks.css!Or if you're brave enough to try Tailwind CSS 4 beta + daisyUI 5
alphabeta,Install Tailwind CSS 4
alphabeta
and then install daisyUIalphabetaYour CSS file:
Use options
Add a custom theme
Feedbacks needed
Here's how you can help:
alphabeta? Let me know.Put your comments 👇
Beta Was this translation helpful? Give feedback.
All reactions