debug for button events - missed on last commit
[catagits/Reaction.git] / t / simple.pl
CommitLineData
7adfd53f 1use strict;
2use warnings;
3
4use lib 'lib';
5use ComponentUI;
6
7my $ctx = bless({ stash => {} }, 'ComponentUI');
8
9my $view = ComponentUI->view('TT');
10
11print $view->render($ctx, 'textfield', { self => { label => 'Label', message => 'Status message.' }, blocks => {} });