Skip to content

Commit 3242451

Browse files
committedFeb 4, 2014
component: add .text helper
1 parent 9f90b96 commit 3242451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎opal/lissio/component.rb

+6
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ def self.html(string = nil, &block)
127127
end
128128
end
129129

130+
def self.text(string)
131+
render {
132+
element.content = string
133+
}
134+
end
135+
130136
def self.css!(content = nil, &block)
131137
if content || block
132138
@global.remove if @global

0 commit comments

Comments
 (0)
Please sign in to comment.