@jeromejoh/credit-footer
v1.0.1
Published
A customizable web component that provides an animated footer with social media links. Perfect for demo projects to showcase author information.
Maintainers
Readme
Reusable Credit Footer
A customizable web component that provides an animated footer with social media links. Perfect for demo projects to showcase author information.
Features
- Animated sector-style footer reveal
- Customizable button color
- Social media links with hover effects
- Built as a web component for easy reuse
- No dependencies
Attributes
button-color: Sets the color of the toggle button (optional, defaults to black)
Usage
- Copy
index.jsto your project - Add the component to your HTML:
<credit-footer button-color="#000000"></credit-footer>Example
<!DOCTYPE html>
<html>
<head>
<title>My Project</title>
</head>
<body>
<!-- Your content -->
<script src="index.js"></script>
<credit-footer></credit-footer>
</body>
</html>