require 'nitro/control/attribute' module Nitro class TextControl < AttributeControl setting :style, :default => 'width: 250px', :doc => 'The default style' def render %{ #{emit_label} } end end end