Skip to content

Instantly share code, notes, and snippets.

View Tundesamson26's full-sized avatar

Odewole Babatunde Samson Tundesamson26

View GitHub Profile
@Tundesamson26
Tundesamson26 / index.js
Last active May 31, 2022 22:46
Document list contribution application
import Head from "next/head";
import { Fragment } from "react";
import { useState } from "react";
import { Disclosure, Menu, Transition } from "@headlessui/react";
import { BellIcon, MenuIcon, XIcon } from "@heroicons/react/outline";
const navigation = [
{ name: "Document", href: "#", current: true },
{ name: "Projects", href: "#", current: false },
{ name: "Share", href: "#", current: false },
<template>
<section>
<div
class="u-flex u-main-space-between u-cross-center"
style="
padding: 20px;
background-color: rgb(219, 26, 90);
color: white;
margin-bottom: 20px;
"