1.0.0 • Published 7 months ago

@himeshapatel/portfolio-components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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