1.0.2 • Published 5 months ago

layerhuman-components v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

LayerHuman Components

A beautiful, animated footer component for React applications.

Installation

npm install layerhuman-components

Usage

import { FooterLayerHuman } from 'layerhuman-components';

function App() {
  return (
    <div>
      {/* Your app content */}
      <FooterLayerHuman />
    </div>
  );
}

Props

PropTypeDescription
classNamestringOptional. 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

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago