Header

A clean and responsive header component with navigation links and a sign-in and sign up buttons. Completly customizable. To see more UI Components/Blocks click here.

Preview

Usage

header-default.tsx
import { HeaderDefault } from "@/components/blocks/header/header-default"

export default function Page() {
    return (
        <HeaderDefault/>
    )
}

The header-default.tsx file already comes in the EasyToLaunch repo by default.

On this page