AS
Arash Saremi

Email Directory - Copy this React, Tailwind Component to your project

import { Mail } from 'lucide-react'; const Logo = () => { return ( <div className="w-full flex flex-col items-center justify-center mt-6"> <div className="bg-gradient-to-r from-primary to-primary/80 rounded-lg p-2.5 flex items-center justify-center shadow-sm mb-2"> <Mail className="w-6 h-6 text-white" /> </div> <h1 className="text-xl md:text-2xl font-bold text-foreground text-center"> لیست سازمانی جیرینگ </h1> <p className="text-xs text-accent text-center"> دسترسی سریع به ایمیل و تلفن داخلی همکاران </p> </div> ); }; export default Logo; فقط لوگو را به سمت راست منتقل کن

Prompt
Component Preview

About

EmailDirectory - A sleek, organized email list with user-friendly search, filter options, and responsive design, built with React and. Get code instantly!

Share

Last updated 1 month ago