Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea869efe

Von Sven Schöling vor fast 3 Jahren hinzugefügt

  • ID ea869efe76963afb8f54b505fc7cac199e7a2248
  • Vorgänger 47577d1d
  • Nachfolger 6c906315

MaterialComponents: Doku

Unterschiede anzeigen:

SL/Presenter/MaterialComponents.pm
12 12
use Exporter qw(import);
13 13
our @EXPORT_OK = qw(
14 14
  button_tag
15
  input_tag
16
  date_tag
17
  submit_tag
18
  icon
19
  select_tag
20
  checkbox_tag
15 21
);
16 22
our %EXPORT_TAGS = (ALL => \@EXPORT_OK);
17 23

  
......
318 324

  
319 325
=head1 DESCRIPTION
320 326

  
327
This is a collection of components in the style of L<SL::Presenter::Tag>
328
intended for materialzecss. They should be useable similarly to their original
329
versions but be well-behaved for materialize.
330

  
331
They will also recognize some materialize conventions:
332

  
333
=over 4
334

  
335
=item icon>
336

  
337
Most elements can be decorated with an icon by supplying the C<icon> with the name.
338

  
339
=item grid classes
340

  
341
Grid classes like C<s12> or C<m6> can be given as keys with any truish value or
342
directly as classes.
343

  
344
=back
345

  
321 346
=head1 BUGS
322 347

  
323 348
Nothing here yet.

Auch abrufbar als: Unified diff