Section block with feature cards.
resources/js/Components/Sections/FeatureTabs.vue
This component will render features as tabs (recommended 3-4 features). You can use it for your most important features.
It accepts 4 properties:
resources/js/Pages/Index.vue
)resources/js/Components/Sections/FeatureSections.vue
This component will render features in rows with images positioned left/right (recommended 2 features minimum). You can use it for your most important features.
It accepts 4 properties:
resources/js/Pages/Index.vue
)resources/js/Components/Sections/FeatureCards.vue
This component will render features as cards in grid layout (up to 3 per row on the biggest screens).
It accepts 5 properties:
resources/js/Pages/Index.vue
)Section block with feature cards.
resources/js/Components/Sections/FeatureTabs.vue
This component will render features as tabs (recommended 3-4 features). You can use it for your most important features.
It accepts 4 properties:
resources/js/Pages/Index.vue
)resources/js/Components/Sections/FeatureSections.vue
This component will render features in rows with images positioned left/right (recommended 2 features minimum). You can use it for your most important features.
It accepts 4 properties:
resources/js/Pages/Index.vue
)resources/js/Components/Sections/FeatureCards.vue
This component will render features as cards in grid layout (up to 3 per row on the biggest screens).
It accepts 5 properties:
resources/js/Pages/Index.vue
)