Docs / Components / Footer 001
Footer 001
A clean, rounded-border footer with a logo, tagline, social icons on the left, and a three-column link grid on the right.
Dependencies
Install the following dependencies to use this component:
1npm install clsx tailwind-merge
Installation
Run the following command in your terminal to add the component to your project:
1npx rankflow-ui@latest add footer-001
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| logoName | string | 'Luminary.io' | The brand/logo name displayed in the footer. |
| tagline | string | - | Short description shown below the logo. |
| className | string | '' | Additional CSS classes. |