VILT Components
Features
import Features from @/components/Features.vue;
The Features
component is designed to showcase a set of features in a visually appealing manner. It includes a title, a brief description, and a list of features with accompanying icons. The component has a responsive layout, making it suitable for various screen sizes.
To use the Features
component in your Vue.js application, you can import it and include it in your template.
resources/js/Components/Features.vue
Component also has js methods that are responsible for switching tabs and displaying the appropriate content.
resources/js/Components/Features.vue
To display the active tab content, you can use the FeatureItems
component, which accepts the activeTab
prop.