IconSection

Icon Section without gap

Title

Content

Title

Content

<div class="c-element c-iconsection c-iconsection--gap-0" data-uid="694bf980ea83c">
        <div class="c-element c-iconsection__item" data-uid="694bf980ea6af">
        <div class="c-element c-iconsection__item__icon" data-uid="694bf980ea622">
        <!-- icon.blade.php -->
    <span class="c-icon c-icon--location-on c-icon--material c-icon--material-location_on material-symbols material-symbols-rounded material-symbols-sharp material-symbols-outlined  c-icon--size-md" data-material-symbol="location_on" role="img" data-nosnippet="" translate="no" aria-label="Icon: Undefined" aria-hidden="false" data-uid="694bf980ea5ac">
                    </span>
    </div>
    <div class="c-element c-iconsection__item__content" data-uid="694bf980ea683">
        <h2>Title</h2>
        <p>Content</p>
    </div>
    </div>
        <div class="c-element c-iconsection__item" data-uid="694bf980ea7b2">
        <div class="c-element c-iconsection__item__icon" data-uid="694bf980ea755">
        <!-- icon.blade.php -->
    <span class="c-icon c-icon--wc c-icon--material c-icon--material-wc material-symbols material-symbols-rounded material-symbols-sharp material-symbols-outlined  c-icon--size-md" data-material-symbol="wc" role="img" data-nosnippet="" translate="no" aria-label="Icon: Undefined" aria-hidden="false" data-uid="694bf980ea722">
                    </span>
    </div>
    <div class="c-element c-iconsection__item__content" data-uid="694bf980ea78d">
        <h2>Title</h2>
        <p>Content</p>
    </div>
    </div>
    </div>
@iconSection([])
    @iconSection__item([
        'icon' => [
            'icon' => 'location_on',
            'size' => 'md'
        ]
    ])
        <h2>Title</h2>
        <p>Content</p>
    @endiconSection__item
    @iconSection__item([
        'icon' => [
            'icon' => 'wc',
            'size' => 'md'
        ]
    ])
        <h2>Title</h2>
        <p>Content</p>
    @endiconSection__item
@endiconSection

Icon Section with gap

Title

Content

Title

Content

<div class="c-element c-iconsection c-iconsection--gap-4" data-uid="694bf980eaaa8">
        <div class="c-element c-iconsection__item" data-uid="694bf980ea96b">
        <div class="c-element c-iconsection__item__icon" data-uid="694bf980ea910">
        <!-- icon.blade.php -->
    <span class="c-icon c-icon--location-on c-icon--material c-icon--material-location_on material-symbols material-symbols-rounded material-symbols-sharp material-symbols-outlined  c-icon--size-md" data-material-symbol="location_on" role="img" data-nosnippet="" translate="no" aria-label="Icon: Undefined" aria-hidden="false" data-uid="694bf980ea8df">
                    </span>
    </div>
    <div class="c-element c-iconsection__item__content" data-uid="694bf980ea947">
        <h2>Title</h2>
        <p>Content</p>
    </div>
    </div>
        <div class="c-element c-iconsection__item" data-uid="694bf980eaa5c">
        <div class="c-element c-iconsection__item__icon" data-uid="694bf980ea9fc">
        <!-- icon.blade.php -->
    <span class="c-icon c-icon--wc c-icon--material c-icon--material-wc material-symbols material-symbols-rounded material-symbols-sharp material-symbols-outlined  c-icon--size-md" data-material-symbol="wc" role="img" data-nosnippet="" translate="no" aria-label="Icon: Undefined" aria-hidden="false" data-uid="694bf980ea9ce">
                    </span>
    </div>
    <div class="c-element c-iconsection__item__content" data-uid="694bf980eaa31">
        <h2>Title</h2>
        <p>Content</p>
    </div>
    </div>
    </div>
@iconSection([
    'gap' => 4
])
    @iconSection__item([
        'icon' => [
            'icon' => 'location_on',
            'size' => 'md'
        ]
    ])
        <h2>Title</h2>
        <p>Content</p>
    @endiconSection__item
    @iconSection__item([
        'icon' => [
            'icon' => 'wc',
            'size' => 'md'
        ]
    ])
        <h2>Title</h2>
        <p>Content</p>
    @endiconSection__item
@endiconSection

Blade component parameters

Key Default value Type Available values Description
gap 0 integer - The gap between the items in the icon section. Number between 0-12
id string - The DOM id of the component.
classList [] array - Array containing wrapping classes array
attributeList [] array - Array containing keys and values rendered as attributes
containerAware false boolean true/false Makes the component container aware. Appends modifiers --size--xs/sm/md/lg to the component.
Settings location: /var/www/webroot/ROOT/vendor/helsingborg-stad/component-library/source/php/Component/IconSection/iconSection.json