Typescript

 avatarNexAI
Publica year ago3 snippets
Sample-Data.json
User-Details.ts
Admin-Sidebar.ts

Sample Data

a year ago
Sample-Data.json
[
    {
        "id": 365,
        "idState": 4,
        "state": "Pendiente de Aprobación",
        "cuit": "23337098649",
        "name": "ALEMAN, MARIANO",
        "idCompany": 0,
        "company": "Incluit LLC",
        "cuitCompany": null,

User Details

a year ago
User-Details.ts
"use client";

import {
	Box,
	Card,
	CardBody,
	FormControl,
	Stack,
	FormLabel,
	Input,

Admin Sidebar

a year ago
Admin-Sidebar.ts
import {
  Home,
  BookType,
  FolderKanban,
  Briefcase,
  Users,
  BarChart2,
  SidebarCloseIcon,
  SidebarOpenIcon,
} from "lucide-react";