Skip to content

Latest commit

 

History

History

Tangular-Color

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tangular-Color

A simple Tangular template engine helper for rendering colors from the string.

  • jComponent v19|v20

Usage:

<h1 style="color:{{ name | color }}">{{ name }}</h1>
<div style="color:{{ username | color }}">{{ username }}</div>