hextastudio/ui needs your support to stay running 🫶 Help us
Post Card
An Example card component of social media post.
Preview
HextaStudio@HextaStudio·7h
HextaUI - Gorgeous web components without any efforts! ✨
🚀 HextaStudio launched their new product HextaUI which is a collection of beautiful web components.
🥳 Check it out now!
Complete Code
PostCard.tsx
import { FaRegPaperPlane } from "react-icons/fa";
import { FaRegHeart } from "react-icons/fa";
import { FaHeart } from "react-icons/fa";
import { FaRegBookmark } from "react-icons/fa";
import { FaBookmark } from "react-icons/fa";
import Image from "next/legacy/image";
import { useState } from "react";
import Link from "next/link";