Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 841 Bytes

modules.md

File metadata and controls

35 lines (19 loc) · 841 Bytes

@elementumjs/component

Table of contents

Classes

Functions

Functions

html

html(...args): Template

The html function its a tag for string templating that creates a Template.

Parameters

Name Type Description
...args any[] The tagged template result that contains the HTML struct and its slots values interpolated. Read more about it here.

Returns

Template

Template

Defined in

component.ts:15