volto-slimheader
v0.1.3
Published
Volto addon for a customizable slimheader
Downloads
516
Maintainers
Readme
volto-slimheader
Volto addon for a customizable slimheader. Intended to be used with collective.volto.slimheader.
Install with mrs-developer (see Volto docs) or with:
yarn add volto-slimheader
Created with voltocli.
Usage
To customize the SlimHeaderConfigurationForm
component, you can now create your own component in your site and replace it using the Volto component registry in your site config file:
import MySlimHeaderConfigurationForm from './src/MySlimHeaderConfigurationForm';
config.registerComponent({
name: 'SlimHeaderConfigurationForm',
component: MySlimHeaderConfigurationForm,
});