1.0.0 • Published 7 months ago
@himeshapatel/portfolio-components v1.0.0
Portfolio Components
A collection of React components for building portfolio websites.
Installation
npm install @himeshapatel/portfolio-components
Usage
import { Hero, Skills, Experience } from '@himeshapatel/portfolio-components';
function App() {
return (
<div>
<Hero />
<Skills />
<Experience />
</div>
);
}
Available Components
- Hero
- Skills
- Experience
- Education
- Projects
- Stars (Canvas component)
License
MIT
1.0.0
7 months ago