Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tremor/react

Package Overview
Dependencies
Maintainers
2
Versions
561
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tremor/react

  • 0.0.60
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
76K
decreased by-16.89%
Maintainers
2
Weekly downloads
 
Created
Source



Tremor Logo


View Storybook npm package Follow on twitter Read the documentation License MIT

The react library to build dashboards fast

Tremor lets you create simple and modular components to build insightful dashboards in a breeze. Fully open-source, made by data scientists and software engineers with a sweet spot for design.



Tremor Banner



Getting started

To get started with tremor, follow these steps:

  1. Create a react app

    npx create-react-app my-app
    cd my-app
    
  2. Install tremor using NPM

    npm install @tremor/react
    

💡 Hint: If you want to see how you can build your first dashboard, have a look at our documentation.

Example

With tremor creating an analytical interface is easy.

Card.tsx

// example of component composition

import { Card, Title, Metric, Flex, Text, Bold, ProgressBar } from "@tremor/react";

<Card>
    <Title title="Ticket Sales"/>
    <Metric value="$ 71,465"/>
        <Flex>
            <Text><Bold>32%</Bold>of annual target</Text>
            <Text>$ 223,328</Text>
        </Flex>
    <ProgressBar widthPercentage="32%"/>
</Card>

Tremor Banner


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.

License

Apache License 2.0

Copyright © 2022 Tremor. All rights reserved.

FAQs

Package last updated on 18 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc