Tremor – React library to build dashboards fast (https://github.com/tremorlabs/tremor)
128 points by bubblehack3r at 1665381118 | hide | past | favorite | 27 comments.
Comments
soft_dev_person at 1665396663

If you want to quickly assess the quality of component libraries like these, especially in terms of accessibility, just take a quick look at their Select&#x2F;Dropdown implementation.<p>Their variant breaks all keyboard navigation features and doesn&#x27;t respond as expected to keyboard only input. If they want to up their game, they should address this before moving out of beta.

reply
9935c101ab17a66 at 1665402629

First of all, there are at least three comments in this thread that dont really make sense &#x2F; have strange grammer, are from accounts that have never participated before, and all of the comments seem to share a similar positive sentiment towards the post. I find this very odd.<p>Moving on:<p>I&#x27;m super, super confused with the structure of the project. It uses tailwind, but with a custom prefix for some reason?<p>And then there are all these files in `src&#x2F;lib` like this [one](<a href="https:&#x2F;&#x2F;github.com&#x2F;tremorlabs&#x2F;tremor&#x2F;blob&#x2F;a5c979959bedf558b7a7e4fed2eb9f58beca7676&#x2F;src&#x2F;lib&#x2F;prefixMapping.ts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tremorlabs&#x2F;tremor&#x2F;blob&#x2F;a5c979959bedf558b7...</a>) which contains 500 LOC of just... adding their prefix to existing tailwind classes.<p>And then we have `colorVariantMapping.ts` which is over 3000 LOC. I just don&#x27;t get it? Are they reimplementing parts of tailwind specifically for this project? I had a look at the tailwind github repo but I&#x27;m not familiar enough with it to be able to appropriately discern what is going on here.<p>I might be missing something, but I&#x27;d love to get a breakdown of the project structure, and information on how it all interconnects.<p>The components and site are all quite visually appealing, that&#x27;s definitely a strong point. Unfortunately, the absence of any effort to make the components accessibly is very off-putting. Even a lot of non-accessibility UX standards are ignored (like ESC to close an open dropdown). The project might just be in beta, but accessibility should be part of the development process from the start, and not just an after thought, especially since there are so many great libraries that offer accessible, compliant ui primitives for react that you can then style &#x2F; customize yourself.

reply
erwinh at 1665406156

How does this specifically help with dashboards?<p>All of the examples would be just as easy to build with a regular UI library combined with charts from some charting library of which there are just as many out there as well.

reply
h3mb3 at 1665394503

The components look really good but I don&#x27;t quite get why the instructions make you create a new Next.js app? I understood this would work in any React app&#x2F;framework and doesn&#x27;t have any opinions on server-side rendering etc.

reply
arcticadder at 1665393068

A rather unfortunate name for a piece of software I must notice.

reply
ZephyrBlu at 1665397283

This looks really good! I&#x27;m definitely going to use it. I&#x27;m curious what the purpose of it is though.<p>It doesn&#x27;t seem to be made purely out of the goodness of the creator&#x27;s hearts, but it&#x27;s not monetized in any way and I&#x27;m struggling to think about how it could be monetized.<p>At first I thought of the Tailwind model, but there are already ready-made blocks and components on their website for free.

reply
mosselman at 1665403207

Nice components. What I like as well is that you can grab the html from the components and use them without React.<p>Are there some unpaid libs like this for tailwind? All I&#x27;ve found is tailwindui, but I find the price far too high for a side-project.

reply
roci89 at 1665394855

Looks nice. Only real issue I have with it is that it&#x27;s not very extensible using tailwind classes for something that&#x27;s built on tailwind

reply
undefined at 1665399042

undefined

reply
devolymp at 1665391645

The documentation is from another world <i>.</i>

reply