hadith_ui/layouts
mustafa-rezae 631e6cce32 Add font icons.
Work on hero page
2025-02-16 16:21:52 +03:30
..
HadithLayout.vue Add font icons. 2025-02-16 16:21:52 +03:30
readme.md first commit 2025-02-11 13:47:22 +03:30

Layouts are wrappers around pages that contain a common User Interface for several pages, such as a header and footer display. Layouts are Vue files using components to display the page content. The layouts/default.vue file will be used by default. Custom layouts can be set as part of your page metadata. If you only have a single layout in your application, we recommend using app.vue with instead.