Readit News logoReadit News
Posted by u/exod983 2 years ago
Show HN: Tremor 3.0 – Open-source library to build dashboards fasttremor.so/changelog...
Time to remove the Beta label. Tremor v3 is here, adding:

- Global theming via tailwind.config.js

- An out-of-the-box dark mode

- A new Tremor CLI helping you set up projects faster

Brajeshwar · 2 years ago
This is nice. If you are looking for more choices, Tabler[1] is another such component template, and I have used it to knock off visual dashboards fast. Not related; just another happy user.

1. https://tabler.io

dsego · 2 years ago
Is this similar to those kitchen-sink bootstrap themes that used to be popular, with jquery, charting libs and whatnot included, that your client buys for you to speed things up even though you're coding React?
kodah · 2 years ago
These things aren't analogous to React. They're more like opinionated and consistent design systems. This one is built on Tailwind.
sureglymop · 2 years ago
Does anyone know if there is something like this based on tailwind or utilizing tailwind? All these frameworks seem to be based on bootstrap.
francislavoie · 2 years ago
Flowbite and shadcn-ui are ones to look at. I also like rsuite but it's super bloated which is my main complaint, but it has the best check-tree-picker component I've found.

Deleted Comment

EthicalSimilar · 2 years ago
I use Tablet on one of my projects. It’s good but a lot more involved compared to what Tremor seems to be.
Solvency · 2 years ago
Involved as in "feature rich" or involved as in "complicated to deal with"?
amir734jj · 2 years ago
tabler for react is dead: https://github.com/tabler/tabler-react
leeman2016 · 2 years ago
Wrong repo? Here is the right one:

https://github.com/tabler/tabler

goraffe · 2 years ago
This is utterly useful! Thank you!
krat0sprakhar · 2 years ago
This is great - thanks!
ano88888 · 2 years ago
does it support react native
new_user_final · 2 years ago
After a quick test, I have found that it doesn't provide a way to a select date from years ago. How am I supposed to select January 2017? going back 1 month at a time? It's a very common use case.
antx · 2 years ago
From the docs [0], there's an option called enableYearPagination that probably does what you want:

"Adds additional buttons to jump through years."

[0] https://www.tremor.so/docs/components/daterangepicker

hinkley · 2 years ago
Why is that a toggle.

Toggles are refusing to make a decision and making your customers do it for you.

reneberlin · 2 years ago
If you're too tired to code in your spare time there is also:

https://www.metabase.com/

Which is of course much more under the hood than just the frontend, but it's trivial to setup with docker and the learning curve is a joke.

Plus: your sql-skills create great charts :) and the dashboards can be shared. Another new option is easily embedding created charts and dashboards into other websites.

smithcoin · 2 years ago
Love metabase - we use it as our internal BI to.
boredemployee · 2 years ago
Also Looker Data Studio is amazing. Built an entire startup product embedding it on a web app.
rcarmo · 2 years ago
Very nice visual style, just one (recurring) gripe: Line charts apparently do not allow for zooming in or panning data (which is critical for reviewing time series).

This is something I come across in pretty much every single dashboard/charting example, and that can turn a dashboard from "just a pretty thing" to "extremely useful".

Alifatisk · 2 years ago
Such a beautiful design, does it support Vue or is it only for React?
hbcondo714 · 2 years ago
I was hoping to see support for React Native but according to one of their issues]1], they need another contributor for it and "other JS frameworks"

[1] https://github.com/tremorlabs/tremor/issues/230

jiggywiggy · 2 years ago
You probably just want Tailwind css in react native. There are a few options to get those in. This tremor is mostly just some wrappers around tailwind.
alooPotato · 2 years ago
This seems really good for standard Saas reporting pages. Looks like it's missing two things that seem to be pretty common: funnel charts and a drag n' drop layout where users can self organize the cards / add new ones. Any chance that's coming?

Would love to sponsor this project!

hardwaresofton · 2 years ago
I really like this changelog page -- makes me wonder why isn't some easy to use custom HTML element for displaying a changelog page now that we have conventional commits (and at least one or two programs that generate changelogs programmatically from them)
videogreg93 · 2 years ago
Can you make gantt charts with this? Many such libraries are missing this which is super annoying.