Skip to content

Commit

Permalink
chore: add data table to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Oct 6, 2024
1 parent 34b0ede commit 798530e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/web/src/app/play/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import {
Gauge,
Palette,
PanelTop,
Table,
} from "lucide-react";
import type { Metadata } from "next";

import { BackButton } from "@/components/layout/back-button";
import type { CardProps } from "@/components/play/card";
import { Card } from "@/components/play/card";
import {
Expand Down Expand Up @@ -92,4 +92,11 @@ const playgrounds: CardProps[] = [
"Use the endpoint to return the desired error code for testing purposes.",
icon: FileCode,
},
{
href: "https://logs.run",
title: "Data Table Demo",
description:
"Tanstack table with sorting, filtering, and infinite scroll. Combined with cmdk.",
icon: Table,
},
];

0 comments on commit 798530e

Please sign in to comment.