Web Component: Tangular-RGBA


  • Info
  • HTML
  • JS
  • CSS
  • Meta

Tangular-RGBA

A simple Tangular template engine helper for transforming hex colors to RGBA colors.

Usage:

<div style="background:{{ name | color | rgba(0.5) }}">{{ name }}</div>
<div style="background:{{ username | color | rgba(0.5) }}">{{ username }}</div>