An open API service indexing awesome lists of open source software.

https://github.com/tremorlabs/tremor-npm

React components to build charts and dashboards
https://github.com/tremorlabs/tremor-npm

react-components reactjs tailwindcss typescript ui-system

Last synced: 5 days ago
JSON representation

React components to build charts and dashboards

Awesome Lists containing this project

README

        










Tremor Logo









npm


Read the documentation


License Apache 2.0


Join Slack


Follow at Tremorlabs



Documentation
Website




React components to build charts and dashboards


[Tremor NPM](https://npm.tremor.so/) 20+ open-source components built on top of Tailwind CSS to make visualizing data simple again. Fully open-source, made by data scientists and software engineers with a sweet spot for design.


![Tremor Banner](images/banner-github-readme.png)


## Getting Started

See our [Installation Guide](https://npm.tremor.so/docs/getting-started/installation). To make use of the library we also need Tailwind CSS setup in the project.

## Example

With Tremor creating an analytical interface is easy.

```jsx
"use client";
import { AreaChart, Card } from "@tremor/react";

const chartdata = [
{
date: "Jan 23",
"Route Requests": 289,
"Station Requests": 233,
},
// ...
{
date: "Oct 23",
"Route Requests": 283,
"Station Requests": 247,
},
];

export default function Example() {
return (


Total Requests


6,568




);
}
```




Tremor Example

## Community and Contribution

We are always looking for new ideas or other ways to improve Tremor NPM. If you have developed anything cool or found a bug, send us a pull request. Check out our Contributor License Agreement [here](https://tremor.so/contributors).

## License

[Apache License 2.0](https://github.com/tremorlabs/tremor-npm/blob/main/License)

Copyright © 2025 Tremor Labs, Inc. All rights reserved.