Live data from Hacker News

Show HN: Tremor 3.0 – Open-source library to build dashboards fast

tremor.so

31–40 of 45 posts

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#31

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.

Also Looker Data Studio is amazing. Built an entire startup product embedding it on a web app.

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#32

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

Does anyone know if there is something like this based on tailwind or utilizing tailwind? All these frameworks seem to be based on bootstrap.

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.

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#33
post #23

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.

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

Why is that a toggle.

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

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#34

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

I use Tablet on one of my projects. It’s good but a lot more involved compared to what Tremor seems to be.

Involved as in "feature rich" or involved as in "complicated to deal with"?

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#35

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

tabler for react is dead: https://github.com/tabler/tabler-react

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#36
post #17

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

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?

These things aren't analogous to React. They're more like opinionated and consistent design systems. This one is built on Tailwind.

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#37
post #33
post #23

Earlier quoted context omitted.

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

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

I don’t understand this absolute opposition to customization. What would you do instead?

Re: Show HN: Tremor 3.0 – Open-source library to build dashboards fast

#38

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

tabler for react is dead: https://github.com/tabler/tabler-react

Wrong repo? Here is the right one:

https://github.com/tabler/tabler

Post reply on HN