documentation update, some api docs, overview and tutorial upto first DM and IM inclu...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Collection.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Collection;
2
3use Reaction::UI::WidgetClass;
4
bae75bee 5use namespace::clean -except => [ qw(meta) ];
2f670e13 6
2f670e13 7
bae75bee 8implements fragment members {
9 render member => over $_{viewport}->members;
10};
2f670e13 11
bae75bee 12implements fragment member {
13 render 'viewport';
2f670e13 14};
15
bae75bee 16__PACKAGE__->meta->make_immutable;
17
18
2f670e13 191;
20
21__END__;
2dba7201 22
23=head1 NAME
24
25Reaction::UI::Widget::Collection
26
27=head1 DESCRIPTION
28
29=head1 FRAGMENTS
30
31=head1 AUTHORS
32
33See L<Reaction::Class> for authors.
34
35=head1 LICENSE
36
37See L<Reaction::Class> for the license.
38
39=cut