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 183 B
/* themes/sky.css */ .explore-table-container { --explore-main-color: #49b6ff; --explore-second-color: #ff49b6; --explore-color: #333; --explore-background: #f7fbff; }