# row (option)

Specify default values for the row properties.

import { row } from '@activewidgets/options';

const options = [
    row({
        template: 'my-row'
    })
];