Looks good, thanks for sharing. Will be trying it out during the weekend.
Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
11–20 of 24 posts
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#12http://bloom-lang.net/index.html
It's old, never got to 1.0 and, yes, that's an 'http' without the 's' - positively antediluvian, so don't go near it unless you have a very big ark.
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#13FYI Bloom is already a language, but it's remote enough that you probably shouldn't care: http://bloom-lang.net/index.html It's old, never got to 1.0 and, yes, that's an 'http' without the 's' - positively antediluvian, so don't go near it unless you have a very big ark.
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#14Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#15Great work Chris! Bookmarked (starred) for future use.
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#16Earlier quoted context omitted.
Never heard of shadcn or franken-ui, but they look identical, one links to X (Twitter), the other to Mastodon. What's the story there?
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
Thanks again!!
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#17Originality is very important to cultivate in the design world as that can in the future save us from herd like thinking that we say in the flat design apocalypse, for example.
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#18We still resort to JS for that stuff
We could probably hack together something that outputs direct SVG when given data and chart details
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#19We named it LiveElements and have always wanted to open source it, but it's just not at all clean enough to be put in a state where I'd like others to use it.
Our datasource concept is similar to what fop does (and over time, we'd like to look at migrating over to just use fop since it has been around long enough, and we don't want to have our bespoke datasource stuff).
But we haven't had the bandwidth to clean up and document it yet.
Same with a richer forms engine we've been building where you can just have a compose a type "markdown" which includes changeset validations for markdown formatting, etc.
Or a texture of type "SMS" which gives you a character count and looks at the unicode to see how many SMS segments would be used when authoring an SMS message (which is specific to our app but no reason why others can't benefit)
Re: Show HN: Bloom – A shadcn like UI library for Elixir and Phoenix
#20Good graphing and calendaring controls would be amazing and useful. We still resort to JS for that stuff We could probably hack together something that outputs direct SVG when given data and chart details
That's what we did. We really should consider open sourcing our stuff, it's just too ugly at the moment.