layerhuman-components
v1.0.2
Published
A beautiful, animated footer component for React applications
Maintainers
Readme
LayerHuman Components
A beautiful, animated footer component for React applications.
Installation
npm install layerhuman-componentsUsage
import { FooterLayerHuman } from 'layerhuman-components';
function App() {
return (
<div>
{/* Your app content */}
<FooterLayerHuman />
</div>
);
}Props
| Prop | Type | Description | |------|------|-------------| | className | string | Optional. Additional CSS classes to apply to the footer. |
Features
- Smooth 3D hover animations
- Gradient text effects
- Responsive design
- Built with Tailwind CSS
- Customizable through className prop
Animation Effects
The footer includes several animation effects:
- Scale and lift on hover
- Gradient background transition
- Text hover animations
- Smooth shadows
Customization
You can customize the appearance by passing additional classes:
<FooterLayerHuman className="bg-slate-900 text-white" />Requirements
- React 16.8.0 or later
- Tailwind CSS 3.0.0 or later
License
MIT © Lautaro450
