1.0.3 • Published 9 months ago
resume-pin v1.0.3
ResumePin 📌📝
Super simple React component that combines Material UI's Notes and PushPin icons in an elegant stack.
Install
npm install resume-pin
Usage
import ResumePin from 'resume-pin'
function App() {
return <ResumePin />
}
What's inside?
Just two Material UI icons combined:
- Notes icon (positioned absolutely)
- PushPin icon (base)
Perfect for features like "pin this summary" or "save notes".
License
MIT