Appearance
Part 3 - Layout Compontent
PREREQUISITES
- 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: