Custom Theme
Customize UI widgets. You can change the colors, the typography, and much more.
Basic usage
const appmixer = new Appmixer({
theme: {
variables: {
font: {
family: “sans-serif”
},
colors: {
neutral00: “orange”
}
}
}
});const flowManager = appmixer.ui.FlowManager({
el: "#my-flow-manager",
theme: {
variables: {
colors: {
neutral00: 'purple'
}
}
}
});Usage with multiple themes
Variables
Colors
Font
Shapes
Charts
Selectors
Complete Theme Object




Last updated
Was this helpful?
