<{{ component_name | lower | replace(' ', '-') }} />
import { config } from 'core';

{{ component_name }}

    {% for characteristic in characteristics %}
  • {{ characteristic }}
  • {% endfor %}