Button (Playground)

x
Param Description Input

Content of button

The button action type

Show the arrow?

1
2
3
render Elements::ButtonComponent.new(theme: theme, arrow: arrow) do
text
end
1
2
3
<button type="button" class="button button-danger">
Click me
</button>