Skip to content

Instantly share code, notes, and snippets.

View Franklin-Gomez's full-sized avatar

Franklin D. Gomez Franklin-Gomez

View GitHub Profile
@codigoconjuan
codigoconjuan / DashboardView.tsx
Last active February 4, 2025 19:00
Gist para Proyectos
import { Fragment } from 'react'
import { Menu, Transition } from '@headlessui/react'
import { EllipsisVerticalIcon } from '@heroicons/react/20/solid'
<ul role="list" className="divide-y divide-gray-100 border border-gray-100 mt-10 bg-white shadow-lg">
{data.map((project) => (
<li key={project._id} className="flex justify-between gap-x-6 px-5 py-10">