mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
🚀 release v3.0.0
This commit is contained in:
5
client/templates/Kakuna/widgets/Heading.tsx
Normal file
5
client/templates/Kakuna/widgets/Heading.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
const Heading: React.FC = ({ children }) => {
|
||||
return <h3 className="my-2 inline-block border-b px-5 pb-2">{children}</h3>;
|
||||
};
|
||||
|
||||
export default Heading;
|
||||
Reference in New Issue
Block a user