CRUD Blocks based on shadcn/ui
Edit Apparel Item
Update product information, pricing, and categorization for your fashion inventory.
import Cruds01 from "@/components/creative-tim/blocks/cruds-01"
export default function Page() {
return <Cruds01 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROUpdate Retail Staff Profile
Manage employee account credentials and contact information for retail team members.
import Cruds02 from "@/components/creative-tim/blocks/cruds-02"
export default function Page() {
return <Cruds02 />
}
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROStylist Account Settings
Configure your profile, roles, and permissions for your stylist account.
import Cruds03 from "@/components/creative-tim/blocks/cruds-03"
export default function Page() {
return <Cruds03 />
}
File manager UI with grid/list toggle, folder cards, file metadata, and a drag-and-drop upload zone. Includes search and quick actions.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROFile Manager
Organize documents, folders, and shared assets.
Design Files
12 files
Contracts
7 files
Marketing
24 files
Product Roadmap Q2.pdf
Updated 2 hours ago
Invoice-1290.xlsx
Updated Yesterday
Press Kit.zip
Updated Sep 12, 2025
Release Notes.md
Updated Sep 8, 2025
Drop files to upload
Supported formats: PDF, ZIP, PNG, JPG
import FileManager from "@/components/creative-tim/blocks/file-manager"
export default function Page() {
return <FileManager />
}