UNPKG

explore-tables

Version:

A React component library for building interactive pivot tables focused on data analysis and visualization. Perfect for creating in-house analytics dashboards and ad-hoc data exploration pages.

7 lines 185 B
/* themes/berry.css */ .explore-table-container { --explore-main-color: #9c3867; --explore-second-color: #389c67; --explore-color: #333; --explore-background: #fff7fb; }