Skip to content

Files

Latest commit

 

History

History

Tangular-RGBA

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tangular-RGBA

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

  • jComponent v19|v20

Usage:

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