phcurado
DaisyUIComponents is a library that seamlessly integrates the amazing DaisyUI component library into your Phoenix LiveView project.
It replaces Phoenixâs default CoreComponents with pre-styled DaisyUI components, making it easier to switch your applicationâs UI.
It also provides 30+ DaisyUI components built in using the Phoenix component engine.
Storybook: Phoenix + DaisyUI - Welcome
Links
Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that Iâve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API · GitHub.
Docs are at OpenaiEx User Gu...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Phoenix components for pagination, sortable tables and filter forms with Flop and (optionally) Ecto.
pagination
cursor pagination
sorta...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
Hey folks,
I just published a post about Hologramâs funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Today weâre releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, itâs a fully operati...
New
Weâre evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
Weâre particularly inte...
New
Itâs not that itâs vocabulary is too advanced. Itâs something worse.
I get lost trying to follow even a paragraph written by Claude. Itâ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
phcurado
New version released
Now the welcome page have a theme switch and new components were added
Hero
The ideal component for your landing page
Storybook
Join
Join any component with the join component and utility classes
Storybook
Indicator
Component to place content on the corner of another element
Storybook
More components will be added soon, with plans to ensure compatibility with the upcoming DaisyUI 5.0, which is set to launch in two weeks
Nefcairon
When I look into the storybook â Table, then the first table has the headers wrong:
phcurado
Good catch! Just pushed a fix, missing the ID on the table header
jonlunsford
Very nice! I integrate DaisyUI into most of my projects. I will give to this try next time!
sirgallifrey
Nice job! I was looking into using DaisyUI so I appreciate the work. Are you looking for some help implementing the components? If so let me know
phcurado
Thanks, Adilson, for checking it out! Any help is welcome and I would love to have contributors on the project. If there is a specific component you would like to see, let me know, I can prioritize it right away.
typesend
How much effort is it to upgrade to DaisyUI 5? Looks like youâve already started but Iâd be happy to help complete that if it wouldnât get in your way.
phcurado
thank you @typesend, I was planning to finish on 23th of this month, when I come back from traveling. If you need it sooner I can definitively take a look on your PR.
Overall the upgrade is simple, only exception is daisyUI forms with fieldset and labels, since the new classes they made for forms are not backwards compatible, kinda breaks the form components I built. If you want to give a try I can check it out
zachdaniel
Is this compatible w/ the new standalone mode?
i.e not requiring a build step?
phcurado
Hey @zachdaniel,
Since this library doesnât handle the assets, it should work with the tailwind standalone or using directly the DaisyUI CDN.
The assets are handled by the application (that is including this lib) build process. On the readme I added the conventional way of adding daisyUI assets in a phoenix project, which is through npm but anything can work - e.g using bun for example.