@topsort/tremor
TypeScript icon, indicating that this package has built-in type declarations

3.14.3 • Public • Published


Tremor Logo



DocumentationWebsite


Fork of Tremor

Note! You are currently looking at a fork of the original Tremor project. This fork carries a patch to support multiple y axes and will be maintained until it (or a similar patch) hopefully lands upstream. Use at your own risk.

The react library to build dashboards fast

Tremor provides React components to build charts and dashboards. Fully open-source, made by data scientists and software engineers with a sweet spot for design.


Tremor Banner


Getting Started

See our Installation Guide. To make use of the library we also need Tailwind CSS setup in the project.

Example

With Tremor creating an analytical interface is easy.

//Card.tsx
import { Card, ProgressBar } from "@tremor/react";
export default () => (
<Card className="max-w-sm">
  <span className="text-tremor-default text-tremor-content">Sales</span>
  <p className="text-tremor-metric text-tremor-content-strong font-semibold">$71,465</p>
  <div className="flex items-center justify-between">
    <span className="text-tremor-default text-tremor-content">32% of annual target</span>
    <span className="text-tremor-default text-tremor-content">$ 225,000</span>
  </div>
  <ProgressBar value={32} className="mt-2" />
</Card>
);

Tremor Example

Community and Contribution

We are always looking for new ideas or other ways to improve Tremor. If you have developed anything cool or found a bug, send us a pull request. Check out our Contributor License Agreement here.

License

Apache License 2.0

Copyright © 2024 Tremor. All rights reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @topsort/tremor

Weekly Downloads

85

Version

3.14.3

License

Apache 2.0

Unpacked Size

462 kB

Total Files

432

Last publish

Collaborators

  • jbergstroem
  • pablo_topsort