Components
FeaturedOn
The FeaturedOn component is a reusable Angular component that showcases a list of platforms where the product has been featured, with logos and links.
Features
- Platform Logos: Displays logos of popular platforms where the product is featured.
- Interactive Effects: Includes hover effects for logos to enhance user interaction.
- Responsive Design: Adapts layout for various screen sizes with a flexible grid.
- Customizable Links: Allows easy customization of platform links.
Usage
Step 1: Import the Component
Add the FeaturedOnComponent to your Angular project by including it in your module or component imports array.
Step 2: Add the Template
Include the component in your template:
Component Structure
HTML Template
The FeaturedOnComponent includes:
- Heading: A title indicating platforms where the product is featured.
- Logo Links: A series of linked logos with hover effects.
Example
Configuration
Custom Links
The FeaturedOnComponent provides default links to popular platforms. These links can be updated as needed:
Replace the URLs with custom links to point to specific pages.