{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-features-1", "type": "registry:block", "title": "Features One", "description": "Mist Kit Features block, variant one", "registryDependencies": [ "card" ], "files": [ { "path": "../../packages/mist-kit/blocks/features/one/index.tsx", "content": "import { Card } from '@/components/ui/card'\nimport { Table } from './table'\n\nexport default function Features() {\n return (\n
\n
\n
\n
\n

Effortless Task Management

\n

Automate your tasks and workflows by connecting your favorite tools like Notion, Todoist, and more. AI-powered scheduling helps you stay on track and adapt to changing priorities.

\n
\n \n \n \n\n
\n
\n

Marketing Campaigns

\n

Effortlessly plan and execute your marketing campaigns organized.

\n \n \n \n
\n
\n

AI Meeting Scheduler

\n

Effortlessly book and manage your meetings. Stay on top of your schedule.

\n \n \n \n
\n
\n\n
\n

Wow, auto-generated pages are the kind of thing that you don't even know you need until you see it. It's like an AI-native CRM.

\n
\n Méschac Irung\n \n Creator\n
\n
\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/features-one.tsx" }, { "path": "../../packages/mist-kit/blocks/features/one/table.tsx", "content": "import { cn } from '@/lib/utils'\n\nconst CREATOR_AVATAR = 'https://avatars.githubusercontent.com/u/47919550?v=4'\nconst BERNARD_AVATAR = 'https://avatars.githubusercontent.com/u/31113941?v=4'\nconst THEO_AVATAR = 'https://avatars.githubusercontent.com/u/68236786?v=4'\nconst GLODIE_AVATAR = 'https://avatars.githubusercontent.com/u/99137927?v=4'\n\nexport const Table = ({ className }: { className?: string }) => {\n const customers = [\n {\n id: 1,\n date: '10/31/2023',\n status: 'Paid',\n statusVariant: 'success',\n name: 'Bernard Ng',\n avatar: BERNARD_AVATAR,\n revenue: '$43.99',\n },\n {\n id: 2,\n date: '10/21/2023',\n status: 'Ref',\n statusVariant: 'warning',\n name: 'Méschac Irung',\n avatar: CREATOR_AVATAR,\n revenue: '$19.99',\n },\n {\n id: 3,\n date: '10/15/2023',\n status: 'Paid',\n statusVariant: 'success',\n name: 'Glodie Ng',\n avatar: GLODIE_AVATAR,\n revenue: '$99.99',\n },\n {\n id: 4,\n date: '10/12/2023',\n status: 'Cancelled',\n statusVariant: 'danger',\n name: 'Theo Ng',\n avatar: THEO_AVATAR,\n revenue: '$19.99',\n },\n ]\n\n return (\n
\n
\n
\n
\n
\n
\n
\n
Customers
\n

New users by First user primary channel group (Default Channel Group)

\n
\n \n
\n \n \n \n \n \n \n \n \n \n {customers.map((customer, index) => (\n \n \n \n \n \n \n \n ))}\n \n
#DateStatusCustomerRevenue
{customer.id}{customer.date}\n {customer.status}\n \n
\n
\n \n
\n {customer.name}\n
\n
{customer.revenue}
\n
\n )\n}\n", "type": "registry:component", "target": "components/table.tsx" } ] }