Sets default values for SimpleCard attributes. These defaults will be applied to all SimpleCard instances created after this function is called.
An object containing default values for SimpleCard attributes
import { setSimpleCardDefaults } from '@nosto/web-components'setSimpleCardDefaults({ brand: true, discount: true, imageMode: 'alternate'}) Copy
import { setSimpleCardDefaults } from '@nosto/web-components'setSimpleCardDefaults({ brand: true, discount: true, imageMode: 'alternate'})
Sets default values for SimpleCard attributes. These defaults will be applied to all SimpleCard instances created after this function is called.