Commit button style guide
Overview
<div id="container"></div>
<script>
const instance = CommitButton({
/* ... */
disabled: false,
buttonStyle: {
layout: "horizontal",
minWidth: "100px",
minHeight: "100px",
shape: "rounded",
color: "white"
},
/* ... */
});
instance.render("#container");
</script>Layout
Value
Result


Color
Value
Result



Shape
Value
Result



Size
Property
Value
Result


Last updated