OFFLINE PWA
0
Offline PWA 📑 Table of Contents ▼
kode html yang sudah di parse di sini
function Component() {
return (
<Navbar fluid rounded>
<Navbar.Brand as={Link} href="https://flowbite-react.com">
<img src="/favicon.svg" className="mr-3 h-6 sm:h-9" alt="Flowbite React Logo" />
<span className="self-center whitespace-nowrap text-xl font-semibold dark:text-white">Flowbite React</span>
</Navbar.Brand>
<Navbar.Toggle />
<Navbar.Collapse>
<Navbar.Link href="#" active>
);
}
Configure Tailwind CSS and Flowbite before copying the code
|
|
Comments
Post a Comment