import { BarGraphHorizontal, BarGraphVertical } from "components/BarGraph"; import { BoxPlot } from "components/Boxplot"; import { mockCategoricalData, moreMockCategoricalData, mockBoxPlotData, mockQuoteData, mockQuoteDataLong, mockPieData, } from "data/mocks"; import React from "react"; import { QuotationCarousel } from "@/components/QuotationCarousel"; import { ColorPalette } from "../components/ColorPalette"; import { WordCloud } from "../components/WordCloud"; import styles from "./playground.module.css"; export default function Home() { return (

Playground

Show off your components here!

{""}

{""}

{""}

{""} takes the same props as{" "} {""}.

{""}

({ text: word.key, value: word.value, }))} />

{""}

{""}

); }