Close menu

Pattern Library

<li class="flex gap-2 items-center">
  <img
    width="30"
    height="30"
    src="{{ image_src }}"
  >
  <div>
    {{ text }}
  </div>
</li>
context:
  image_src: '/static/images/person-table.png'
  text: 'Lorem ipsum dolor sit amet'