Commit abe6b973 authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3305203: Add column component

parent 61fe2309
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{#
  * Column component.
  * Available config:
    - attributes: Drupal attributes.
    - content: The content that will be inside row.
#}

<div {{ attributes }}>
  {% block content %}
    {{ content }}
  {% endblock %}
</div>
 No newline at end of file