artisan-1.x-dev/components/local-tasks-floating/local-tasks-floating-block.twig
components/local-tasks-floating/local-tasks-floating-block.twig
{% set attributes = attributes ?: create_attribute() %}
{% set nav_attributes = nav_attributes ?: create_attribute() %}
<div {{ attributes.addClass(['local-tasks-floating-block', 'bg-primary', 'position-fixed', 'rounded-circle', 'border', 'border-white', 'd-flex', 'align-items-center', 'justify-content-center']) }}>
{% block icon %}
<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#FFFFFF">
<path d="m499-287 335-335-52-52-335 335 52 52Zm-261 87q-100-5-149-42T40-349q0-65 53.5-105.5T242-503q39-3 58.5-12.5T320-542q0-26-29.5-39T193-600l7-80q103 8 151.5 41.5T400-542q0 53-38.5 83T248-423q-64 5-96 23.5T120-349q0 35 28 50.5t94 18.5l-4 80Zm280 7L353-358l382-382q20-20 47.5-20t47.5 20l70 70q20 20 20 47.5T900-575L518-193Zm-159 33q-17 4-30-9t-9-30l33-159 165 165-159 33Z"/>
</svg>
{% endblock %}
<nav {{ nav_attributes.addClass(['text-center', 'position-absolute']).setAttribute('role', 'navigation').setAttribute('aria-label', 'Tabs'|t) }}>
{% block content %}
{{ content }}
{% endblock content %}
</nav>
</div>
