Banner
The
<Banner>
tag can be used to create site banners. To create your own banner component, simply create a new component and use the <Banner>
tag as the outer wrapper for the component. (This should replace the <Section>
tag as the outermost wrapper.)<Banner dataRef={content.banner}>
...
</Banner>
- className: string (optional) - a hard-coded class name to add to the rendered element
- dataRef: DataLocator - the data-element storing the Section's configuration
- properties: Array<[object]> (optional) - defines properties that content authors can configure within the page editor. For details see custom properties.
Last modified 6d ago