Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Created January 30, 2024 08:44
Show Gist options
  • Save liamgriffin/3042de6783250fe8c06596d5e68c792e to your computer and use it in GitHub Desktop.
Save liamgriffin/3042de6783250fe8c06596d5e68c792e to your computer and use it in GitHub Desktop.
Color Swatches Visual Component
<span
{% if swatch_value %}
class="swatch{% if shape == 'square' %} swatch--square{% endif %}"
style="--swatch--background: {{ swatch_value }}"
{% else %}
class="swatch swatch--unavailable{% if shape == 'square' %} swatch--square{% endif %}"
{% endif %}
></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment