Group of columns.
row_open( [ array $options = [] ] ) : string
$options array Optional Additional options.
Name | Type | Default | Description |
---|---|---|---|
class | string | '' | Class for wrapper. |
attributes | array | [] | Array of custom attributes. |
echo row_open();
// ...
echo row_close();
HTML output:
<div class="row">
</div>