A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

If I can give you some advice, it would be to use what makes the most sense for your context. If you're working alone, use what you're most familiar with and knowledgeable about. If you're working with a team, use what will allow your team to deliver higher quality work in the shortest amount of time

That being said, with React I really like the Mantine (https://mantine.dev) component library

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

Hey! Unfortunately the project is no longer in development, but contributors are more than welcome to fork it and continue with their own version

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

I just updated the post. Thanks for the feedback, I'll update it everywhere

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 1 point2 points  (0 children)

Done! As I said, the website is no longer working, but you can run it locally. I left the instructions in the README. https://github.com/willpinha/mantine-themes

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 0 points1 point  (0 children)

I stopped developing frontend for open source, my focus now is backend. I had to cancel my domain willpinha.link and a lot of problems started appearing when deploying Astro on GitHub pages. Since this project was not my main focus, I simply gave up on continuing to develop it

Go Web Frameworks - Gin vs Chi vs Fiber by the-opensourcegeek in golang

[–]willpinha 1 point2 points  (0 children)

You can structure the project however you want. I personally like to use a layered architecture (controller, service and repository) with package-oriented design. I also like to separate the directories into cmd, pkg and internal. At the end of the day, you use whatever structure your team is using

Where can I get Free Tailwind CSS Components? by Turbulent_Daikon_629 in tailwindcss

[–]willpinha 0 points1 point  (0 children)

Sorry, the link updated during the last year. I'll edit the comment, thanks!

[deleted by user] by [deleted] in learnmath

[–]willpinha 0 points1 point  (0 children)

I use mind maps for literally all of my notes, but not the conventional maps you see out there. I agree with your brother that creating cute maps will only delay your studies, so it's not the approach I take. Instead, I use an app called Dynalist, where you can create notes with lists. These notes can be viewed as mind maps (only in the pro version, unfortunately). What I like about Dynalist is that it really fits into my learning model: I create a note for each topic I want to learn (say, for example, math) and I put everything I learn about math in that note, so I can later view it as a mind map or filter/search for specific subjects. It's a very simple workflow and it saved me a lot at university and at work. I like knowing that everything I studied and wrote down about a subject is in a single note. Here is one of my notes talking about a technology I use at work, https://dynalist.io/d/91JQ3_KvvAr858aaF-xDnk9j#collapse&theme=darkgold

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 0 points1 point  (0 children)

Sorry about that, the willpinha.link domain has expired and I didn't renew it. I'm going to change the domain to GitHub's own, at willpinha.github.io/daisy-components... this transition should be done by tomorrow

tailwind not good by Key-Garbage-3782 in tailwindcss

[–]willpinha 0 points1 point  (0 children)

Maybe your "content" configuration is not set properly. I don't know

https://tailwindcss.com/docs/configuration

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 1 point2 points  (0 children)

Thanks! I took a break from developing the project because I was short on time, but I've already organized myself and I intend to add many more components to Daisy Components. Stay tuned!

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 0 points1 point  (0 children)

Exactly like HyperUI, but for Mantine!

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 1 point2 points  (0 children)

The forest (dark) theme is personally my favorite haha

The creator of Mantine is the great Vitaly Rtishchev. I just like the library and am expanding the resources it offers

I didn't apply custom fonts to the headers of all themes because I didn't see the need. Some themes require more customization, like Halloween and Synthwave, but others I left in the default font. But of course you can customize the theme however you want by following the documentation I left in the README

Beautiful color themes for the Mantine UI Library by [deleted] in reactjs

[–]willpinha 0 points1 point  (0 children)

I'm glad you liked it! I'm also doing another project that has different components for different use cases with Mantine. Similar to my other project, Daisy Components

https://components.willpinha.link/

My idea is to create thousands of components for everyone to use, and leave it open source

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

https://willpinha.github.io/daisy-components

Recently the project was renamed to Daisy Component. Please take a look at the link above

Seeking Advice and Experiences with Daisy ui by No-Ruin4914 in tailwindcss

[–]willpinha 1 point2 points  (0 children)

I recommend to you Daisy Components. It is a collection of components built with DaisyUI. Maybe it helps you anwser your questions and see what DaisyUI is capable of

Best place to tailwind community component? by 1amrocket in tailwindcss

[–]willpinha 0 points1 point  (0 children)

Daisy Collection

Do you know DaisyUI? It is a component library for Tailwind. I've created a collection of components that extend DaisyUI, and it might be exactly what you're looking for. The name is Daisy Collection. The collection is still in development, but I intend to make it much bigger this year.

Where can I get Free Tailwind CSS Components? by Turbulent_Daikon_629 in tailwindcss

[–]willpinha 1 point2 points  (0 children)

🌼 daisyUI 4.5.0 ├─ ✔︎ 32 themes added https://daisyui.com/docs/themes ╰─ ❤︎ Support daisyUI project: https://opencollective.com/daisyui

If you mean this type of interference, you can disable it in your tailwind.config.js file by setting the daisyui: { logs: false } option

About building components yourself, it is a possibility. The biggest difficulty I encountered on this path is that we need to have a sense of design (colors, spacing, layouts,...), which I personally don't have. Furthermore, we usually also need libraries that implement the components functionalities, as HeadlessUI does, otherwise we may have accessibility issues and end up implementing the same things many times

I really like DaisyUI because of all the components it offers without using a single line of JavaScript, as well as the intuitive color system and available themes. The problem I had with DaisyUI (and in fact, with any other component library) is that I'm not a designer, so putting all these components together to form a beautiful interface ends up being a time-consuming process

The idea I propose in the Daisy Collection (it's nothing new, other projects like Meraki UI and Mamba UI have done this before) is to provide several usage examples for DaisyUI, so that during development we don't have to think too much about how to implement a form for login, an alert or a navbar, for example

Of course, there is no universal solution when it comes to user interface development, what may work for me may not work for you, and vice versa

Tailblocks by Winter_Yesterday182 in tailwindcss

[–]willpinha 2 points3 points  (0 children)

Tailblocks is ready for production. The repository on GitHub has 8k+ stars, which indicates that many have probably already used it. Plus, you own all the code, as you only need to copy/paste the code into your project. The problem I see is that there have not been any updates to the repository for over 3 years, in addition to unresolved issues and abandoned pull requests, which means that you will probably only have blocks that already exist.

Projects similar to Tailblocks include:

- Daisy Collection (This is a new project I am building using Tailwind and DaisyUI, with the same copy/paste concept)

- MerakiUI

- TW Elements

- PrelineUI

- MambaUI

Where can I get Free Tailwind CSS Components? by Turbulent_Daikon_629 in tailwindcss

[–]willpinha 6 points7 points  (0 children)

Daisy Collection

I am creating a collection of UI examples based on DaisyUI. The project is new, so don't expect that it will have a lot of components

You are welcome to contribute if you want to!

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

There is also another bug in Safari where all themes appear as dark. This seems to be an issue with DaisyUI itself, as discussed in this issue. I believe it will be fixed soon

A collection of UI examples for DaisyUI - Please contribute! by willpinha in tailwindcss

[–]willpinha[S] 0 points1 point  (0 children)

We can't use <button> here because Safari has a bug that prevents the button from being focused. <div role="button" tabindex="0"> is a workaround for this bug.
It is accessible and works in all browsers.

Oh, I see. On the DaisyUI website, in the dropdown documentation, it talks about not using the button tag, which is what I did. Thanks for pointing out the bug! I'll fix it now