Replies: 96 comments 243 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.
-
Little bug: when chat has header the avatar is aligned lower than when the header is not there. It was ok in version 4. |
Beta Was this translation helpful? Give feedback.
-
beta v6 |
Beta Was this translation helpful? Give feedback.
-
Suggestion: Semantic HTML element support for I try to use semantic elements where possible. For instance,
I'm not a pro - there may be a reason i'm unaware of to avoid it. If that's not the case then i feel like i should be using it (where appropriate of course), and thus it should be supported. Thanks for your time ! |
Beta Was this translation helpful? Give feedback.
-
I like the new version but please.. fix the hover and focus states for mobile. Screen.Recording.2025-02-07.at.20.58.18.mov |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Responsive navbar (links in center on >tablet and links in hamburger on <mobile) with ONLY 1 link tree/list to save linkjuice for SEO?! SEO expert told me to remove the second link set on our project (in current versions 4 & 5 there are 2 separate link Is this even possible whitout JS? Links should somehow (by CSS) move to hamburger menu from çok sağol! v5 is amazing! |
Beta Was this translation helpful? Give feedback.
-
You might need this if you feel weird with the button-hover effect like me but want to work with v5. I came out with this snippet (in the CSS section) to override the |
Beta Was this translation helpful? Give feedback.
-
In the dropdown's doc there is small typo in the JSX code the |
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.
-
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