This is insanely verbose just for a button with a tooltip: import { Button } from "@/components/ui/button" import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "@/components/ui/tooltip" export default function TooltipDemo() { return ( }> Hover Add to library ) } Contrast with plain old HTML form button where the title attribute gives the tooltip text: Hover
Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
71–80 of 80 posts
Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#72Earlier quoted context omitted.
Neo doesn't mean it can just be a completely different thing, it means its a modern take on the same thing from before but slightly evolved. Neo-Classicism still looks like Classicism. Neo Nazis are still Nazis. If I create something called Neo-Cuisine, you'd expect the result to be edible. If I see something calling itself "Neo-Brutalist Architecture", I'd expect it to look like Brutalism, or have some hallmark of t…
It's a visual style, yet all your criticisms are about under-the-hood technicalities. The style I use for my personal projects ( https://frost-e.com/design-system/ ) is a single css file, but looks similar. Nothing is stopping you from applying this visual style to plain HTML components.
Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#73This is insanely verbose just for a button with a tooltip: import { Button } from "@/components/ui/button" import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "@/components/ui/tooltip" export default function TooltipDemo() { return ( }> Hover Add to library ) } Contrast with plain old HTML form button where the title attribute gives the tooltip text: Hover
Haven’t you heard that you’re not supposed to type code anymore?
Mainly, looking at it is the problem. Decades old copy-paste editing techniques get around the typing.
Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#74Earlier quoted context omitted.
Not sure; it may be doable remotely with some CSS, in which case it would be a few lines of code for any number of buttons.
Joking aside, I don’t believe you can and I’m fine with that. It’s still so much simpler and predictable.
Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#75…and I thought I was clever when I designed https://poolometer.com to look kind a 1990s summer party / Memphis design
Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#76Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#77Re: Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme
#78I love it! I've been using my own styling for my various projects that I call "Soft NeoBrutalism" that's more colourful and lower contrast since I find most neobrutalist styles to be too stark. Sample here: https://frost-e.com/design-system/ Since mine is just a hacky vibe-coded single css file, I might switch to yours with a custom colour scheme.