UNPKG

react-grid-heatmapjs

Version:

React for the user interface, Tailwind CSS for styling, and CSS Grid for layout. A heatmap is a data visualization technique that uses color to represent the magnitude of values within a two-dimensional grid or matrix.

6 lines (5 loc) 166 B
declare function LegendButton({ label, variant }: { label: string; variant: string; }): import("react/jsx-runtime").JSX.Element; export default LegendButton;