Skip to content

Instantly share code, notes, and snippets.

View codewithlaksh's full-sized avatar

Lashyaraj Dash codewithlaksh

View GitHub Profile
@codewithlaksh
codewithlaksh / 01-navbar.html
Last active May 26, 2026 03:42
React Crash Course - Project Starter Snippets
<nav class="rounded-xl bg-white px-6 py-4 shadow-sm">
<div class="flex items-center justify-between">
<!-- Logo -->
<div class="flex items-center gap-3">
<div class="flex h-10 w-10 items-center justify-center rounded-lg bg-blue-600 text-white">
</div>