import clsx from "clsx";
import { animate, motion, useMotionValue, useTransform } from "framer-motion";
import React from "react";
import {
Airtable,
Antd,
Appwrite,
Chakra,
Graphql,
Hasura,
Mantine,
Mui,
Nest,
Rest,
Strapi,
Supabase,
} from "../assets/integration-icons";
const dataItems = [
{
icon: Appwrite,
label: "Appwrite",
packageName: "appwrite",
},
{
icon: Nest,
label: "NestJS",
packageName: "nestjsx-crud",
},
{
icon: Strapi,
label: "Strapi",
packageName: "strapi-v4",
},
{
icon: Airtable,
label: "Airtable",
packageName: "airtable",
},
{
icon: Supabase,
label: "Supabase",
packageName: "supabase",
},
{
icon: Hasura,
label: "Hasura",
packageName: "hasura",
},
{
icon: (props) => (
import
{" "}
dataProvider{" "}
from
{" "}
"@refinedev/supabase"
{";\n"}
import
{" { "}
Table
{", "}
Layout
{" } "}
from
{" "}
"antd"
{";\n"}
import
{" { "}
useTable
{" } "}
from
{" "}
"@refinedev/antd"
{";\n"}