NAME
Moonshine::Bootstrap::Component::SubmitButton
SYNOPSIS
$self
->submit_button({
class
=>
'search'
});
returns a Moonshine::Element that renders too..
<button type=
"submit"
class=
"btn btn-default"
>Submit</button>
Moonshine::Bootstrap::Component::SubmitButton
$self
->submit_button({
class
=>
'search'
});
returns a Moonshine::Element that renders too..
<button type=
"submit"
class=
"btn btn-default"
>Submit</button>