acm-cs-sjsu-hero-component
v1.0.3
Published
Insert this component in the hero page.
Downloads
25
Readme
ACM-CS @ SJSU Hero Component
Add a hero component to the ACM-CS @ SJSU website. This component will be used to display the hero animation.
import ACMCSHero from "acm-cs-sjsu-hero-component";
import "acm-cs-sjsu-hero-component/dist/styles.css";
const Example = () => {
return (
<div>
<ACMCSHero />
</div>
);
};