x
1
2
3
4
<button type="button" class="gl-button btn btn-md btn-default "><span class='gl-button-text'>
Edit
</span>
</button>
1
2
3
4
5
6
7
8
9
10
11
12
13
render(Pajamas::ButtonComponent.new(
category: category,
variant: variant,
size: size,
type: type,
disabled: disabled,
loading: loading,
block: block,
selected: selected,
icon: icon
)) do
text.presence
end
Param Description Input