Button should use type instead of colortype
Opened this issue · 0 comments
jankapunkt commented
A button should also use type
to assign colors to keep type attributes consistent with all other components.
HTML type attributes like type="submit"
should rather be set by a flag like submit=true
.
Update documentation accordingly.