Accordion global config
All of the element's APIs are configurable as below. Full documentation is available.
Some of properties don't make sense in the global config.
import { setConfig } from '@htmlplus/ui/config.js';
setConfig({
elements: {
'plus-accordion': {
properties: {
'disabled': {
default: undefined
},
'open': {
default: undefined
},
'summary': {
default: undefined
},
'overrides': {
default: undefined
},
'variant': {
default: undefined
},
}
}
}
});