Products

Attributes

LemonadeJS allows you to pass variables as attributes to components and HTML elements. There are two main types: special attributes and reference attributes.

Attribute Syntax

<div visible={true}></div>
<div visible="${true}"></div>
<div :visible="true"></div>
<div lm-visible="true"></div>