0.1.1 • Published 3 months ago

volto-slimheader v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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,
});
0.1.1

3 months ago

0.1.0

3 months ago