# Part 3 - Layout Compontent

  • Create a layout component for the application
    • Include Tailwind and Alpine JS scripts
    • There are 3 slots
      • title: title in browser tab and h1 on page (1)
      • description: meta description tag
      • slot: main content of the page (2)
    • There are 2 child components
      • Navigation (3)
      • Footer (4)
  • Result:

Home page_normal_menu

Last Updated: 10/12/2022, 8:42:37 AM