Icon Only Section
A section for displaying SVG icons with optional links. Essentially a section wrapper for the icon partial.
A section for displaying SVG icons with optional links. Essentially a section wrapper for the icon partial.
- sectionType: icon-only
containerTag: section
# container settings
icon:
icon: 'feather' # Name of the Feather icon
title: 'Feather'
url: '' # Optional link URL
Property | Type | Required | Description |
---|---|---|---|
icon.icon | string | Yes | Name of the Feather icon to display |
icon.title | string | No | Title/tooltip text for the icon |
icon.url | string | No | Optional URL to make the icon clickable |