v0.1.9

Warning

This library is under heavy development and the documentation is not complete.

Select

Use the select component to add select boxes to your forms.
1<rasm:select label="Select" :options="['option1', 'option2', 'option3']" /> 
2<rasm:select label="Option with label" :options="['option1' => 'Option 1', 'option2' => 'Option 2', 'option3' => 'Option 3']" />