HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
151–160 of 193 posts
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#152Mods are asleep and someone bombarding HN with spam..
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#153> You can use the diff command to check for updates against the registry.
Isn't that a contradiction? So they do offer automatic importing & updating but refuse to use the infrastructure everyone else is using and instead copy/paste their files directly into your project with their cli?
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#154Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#155Why is this advertised as HTML-first and framework-agnostic ? It directly leverages tailwind and UIKit libraries. That is NOT framework agnostic by any means.
> Who is Franken UI for?
> Franken UI is tailored for small teams and solo developers seeking a beautiful, reliable CSS framework without the complexity of React, Vue, or Svelte. It's designed with an "HTML-first" approach, making it accessible to developers at any skill level.
https://www.franken-ui.dev/docs/introduction
As opposed to the shadcn ui
> Which frameworks are supported?
> You can use any framework that supports React.
> Next.js, Astro, Remix, Gatsby etc.
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#156Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#157It doesn't seem HTML-first though. Also the Github description says it's a library of web components, this may be misleading because this project doesn't use Web Components.
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#158This is definitely not HTML first, though. This is TS first, JS second, CSS third, and only then, HTML last. I'm all for clean frameworks, but this is very far removed from the idea of putting HTML first.
Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#159Re: HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI
#160Earlier quoted context omitted.
I'd really like a set of elements like this that is truly HTML + CSS. Vanilla. Layer on some _optional_ JS for some enhancements. But this franken element requires JavaScript to even render. Same for the tooltip, leader, cover, totop, ++ components; all of which can be done with HTML and CSS. Fine, write your HTML is JS, but that isn't "HTML first". edit: I stand corrected. the form will render without JS. The tab el…
DaisyUI offers zero-JS components https://daisyui.com/ I used it for a small form + search result list recently and it works well enough for simple / static stuff. But I think I'll still be reaching for a JS lib first since I'd miss things like inputs-with-autocomplete too much.