Gauges

100% native and cool looking animated JavaScript/CoffeeScript gauge. See more at Gauge.js homepage.

Theme contains React wrapper for Gauge.js. You can find it in src/components/Gauge. Please remove demo code in GaugeComponent.js on production (follow comments).

<Gauge color="#CF53F9" className="mb-5" min={100} max={4000} value={300} />

Sparkline

Generate SVG sparklines with JavaScript without any external dependency. See more at Sparkline homepage.

Theme contains React Sparkline component. You can find it in src/components/SparklineComponent.

<SparklineComponent
  strokeWidth={3}
  height={30}
  data={[
    { name: "Bitcoin", date: "2017-01-01", value: 967.6 },
    { name: "Bitcoin", date: "2017-02-01", value: 957.02 },
    { name: "Bitcoin", date: "2017-03-01", value: 1190.78 }
  ]}
  className="mb-5"
  showTooltip
/>

BTC Price

ETH Price

Your company © 2023

Version 1.3.0