From 1f48618bf870891a77701191e7bc675c60aab702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Wed, 16 Apr 2025 16:18:53 -0300 Subject: [PATCH] menu --- superpage/src/components/Bookmark.jsx | 4 +- superpage/src/components/Container.tsx | 2 +- superpage/src/components/Menu.jsx | 116 ++++++------ superpage/src/components/Pulse.jsx | 253 +++++++++++++++++++++++++ superpage/src/layouts/Layout.astro | 2 +- superpage/src/pages/index.astro | 7 +- 6 files changed, 324 insertions(+), 60 deletions(-) create mode 100644 superpage/src/components/Pulse.jsx diff --git a/superpage/src/components/Bookmark.jsx b/superpage/src/components/Bookmark.jsx index a898d39..724bde0 100644 --- a/superpage/src/components/Bookmark.jsx +++ b/superpage/src/components/Bookmark.jsx @@ -8,7 +8,7 @@ export function Bookmark(props) { > - ); + ) } diff --git a/superpage/src/components/Container.tsx b/superpage/src/components/Container.tsx index 590d3a4..9d8452a 100644 --- a/superpage/src/components/Container.tsx +++ b/superpage/src/components/Container.tsx @@ -7,7 +7,7 @@ interface ContainerProps { export function Container({ children, className }: ContainerProps) { return ( -
+
{children}
) diff --git a/superpage/src/components/Menu.jsx b/superpage/src/components/Menu.jsx index a72011d..ca3eb2a 100644 --- a/superpage/src/components/Menu.jsx +++ b/superpage/src/components/Menu.jsx @@ -1,5 +1,8 @@ -import { ChevronDownIcon } from '@heroicons/react/24/solid' -import { clsx } from 'clsx' +import { + ChevronDownIcon, + XMarkIcon, + MagnifyingGlassIcon, +} from '@heroicons/react/24/solid' import { Popover, PopoverButton, @@ -8,16 +11,16 @@ import { Field, Select, Label, - Description, + CloseButton, } from '@headlessui/react' import { Container } from './Container' export function Menu() { return ( - -
- NR-18 PEMT Plataforma Móvel de Trabalho Aéreo + +
+ NR-18 PEMT Plataforma Móvel de Trabalho
@@ -25,66 +28,73 @@ export function Menu() { - + + + + +
Curso de formação -

+

NR-18 PEMT Plataforma Elevatória Móvel de Trabalho

-
+
Conheça outros cursos da EDUSEG®
- - -
- -
-
+ +
+ {/* Search */} + + {/* Filter */} + + +
+ +
+
+
-